mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 13:01:21 +03:00
feat: add MsgReadCountChanged event
Useful for updating the read count on channel messages live. This supersedes https://github.com/chatmail/core/pull/7979. Unlike that MR, this one is not breaking. Needed for https://github.com/deltachat/deltachat-desktop/issues/5220.
This commit is contained in:
@@ -54,6 +54,7 @@ class EventType(str, Enum):
|
||||
MSG_DELIVERED = "MsgDelivered"
|
||||
MSG_FAILED = "MsgFailed"
|
||||
MSG_READ = "MsgRead"
|
||||
MSG_READ_COUNT_CHANGED = "MsgReadCountChanged"
|
||||
MSG_DELETED = "MsgDeleted"
|
||||
CHAT_MODIFIED = "ChatModified"
|
||||
CHAT_DELETED = "ChatDeleted"
|
||||
|
||||
Reference in New Issue
Block a user