mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Emit per-message events for expired messages
Instead of emitting single MsgsChanged event with zero chat and msg IDs, emit one event per message. Also emit WebxdcInstanceDeleted event if expired message contains a webxdc.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
### Changes
|
||||
- truncate incoming messages by lines instead of just length #3480
|
||||
- emit separate `DC_EVENT_MSGS_CHANGED` for each expired message,
|
||||
and `DC_EVENT_WEBXDC_INSTANCE_DELETED` when a message contains a webxdc #3605
|
||||
|
||||
### Fixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user