mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
feat: add UIChatListChanged and UIChatListItemChanged events
This commit is contained in:
@@ -115,6 +115,9 @@ impl MsgId {
|
||||
chat_id: msg.chat_id,
|
||||
msg_id: self,
|
||||
});
|
||||
context.emit_event(EventType::UIChatListItemChanged {
|
||||
chat_id: Some(msg.chat_id),
|
||||
});
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user