daemon: incorporate update monitor in daemon activities
This commit is contained in:
@@ -67,6 +67,10 @@ impl DbusRepository for ServerImpl {
|
||||
})
|
||||
}
|
||||
|
||||
fn sync_conversation_list(&mut self) -> Result<(), dbus::MethodErr> {
|
||||
self.send_event_sync(Event::SyncConversationList)
|
||||
}
|
||||
|
||||
fn sync_all_conversations(&mut self) -> Result<(), dbus::MethodErr> {
|
||||
self.send_event_sync(Event::SyncAllConversations)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user