mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
always set chat_id on DC_EVENT_MSGS_NOTICED
This commit is contained in:
@@ -187,7 +187,7 @@ pub enum EventType {
|
||||
IncomingMsg { chat_id: ChatId, msg_id: MsgId },
|
||||
|
||||
/// Messages were seen or noticed.
|
||||
/// If chat_id is 0, this affects multiple chats.
|
||||
/// chat id is always set.
|
||||
#[strum(props(id = "2008"))]
|
||||
MsgsNoticed(ChatId),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user