daemon: incorporate update monitor in daemon activities
This commit is contained in:
@@ -9,6 +9,9 @@ pub enum Event {
|
||||
/// Get the version of the daemon.
|
||||
GetVersion(Reply<String>),
|
||||
|
||||
/// Asynchronous event for syncing the conversation list with the server.
|
||||
SyncConversationList(Reply<()>),
|
||||
|
||||
/// Asynchronous event for syncing all conversations with the server.
|
||||
SyncAllConversations(Reply<()>),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user