mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
add chatlist changed event
This commit is contained in:
@@ -248,6 +248,13 @@ pub enum EventType {
|
||||
timer: EphemeralTimer,
|
||||
},
|
||||
|
||||
// Chatlist changed and ui should reload it (reordering, entry added or removed)
|
||||
//
|
||||
// This event is fired when the ordering or contents of the chatlist change,
|
||||
// for changes in individual chat list items listen to `IncomingMsg`, `MsgsNoticed`, `MsgDelivered`, `MsgFailed`, `MsgRead` and `ChatModified`
|
||||
#[strum(props(id = "2025"))]
|
||||
ChatListChanged,
|
||||
|
||||
/// Contact(s) created, renamed, blocked or deleted.
|
||||
///
|
||||
/// @param data1 (int) If set, this is the contact_id of an added contact that should be selected.
|
||||
|
||||
Reference in New Issue
Block a user