AttachmentStore now has its own runloop, can download attachments
This commit is contained in:
@@ -58,7 +58,7 @@ async fn main() {
|
||||
let dbus_registry = DbusRegistry::new(connection.clone());
|
||||
|
||||
// Create and register server implementation
|
||||
let server = ServerImpl::new(daemon.event_sender.clone(), dbus_registry.clone());
|
||||
let server = ServerImpl::new(daemon.event_sender.clone());
|
||||
|
||||
dbus_registry.register_object(
|
||||
interface::OBJECT_PATH,
|
||||
|
||||
Reference in New Issue
Block a user