mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
add missing docs
This commit is contained in:
@@ -285,5 +285,8 @@ pub enum EventType {
|
||||
|
||||
/// Inform UI that a single chat list item changed and needs to be rerendered
|
||||
/// If `chat_id` is set to None, then all currently visible chats need to be rerendered, and all not-visible items need to be cleared from cache if the UI has a cache.
|
||||
UIChatListItemChanged { chat_id: Option<ChatId> },
|
||||
UIChatListItemChanged {
|
||||
/// ID of the changed chat
|
||||
chat_id: Option<ChatId>
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user