mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
feat: add chat-deleted event
This commit is contained in:
@@ -803,6 +803,7 @@ impl ChatId {
|
||||
})
|
||||
.await?;
|
||||
|
||||
context.emit_event(EventType::ChatDeleted { chat_id: self });
|
||||
context.emit_msgs_changed_without_ids();
|
||||
|
||||
if let Some(id) = sync_id {
|
||||
|
||||
Reference in New Issue
Block a user