mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
feat: add UIChatListChanged and UIChatListItemChanged events
This commit is contained in:
@@ -695,6 +695,8 @@ impl Peerstate {
|
||||
.await?;
|
||||
}
|
||||
|
||||
context.emit_event(EventType::UIChatListChanged);
|
||||
context.emit_event(EventType::UIChatListItemChanged { chat_id: None });
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user