broken: started working on attachment dbus object, but order of endpoint creation seems to matter, need to reuse more parts
This commit is contained in:
@@ -279,6 +279,11 @@ impl Daemon {
|
||||
.await
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Event::GetAttachment(guid, reply) => {
|
||||
let attachment = self.attachment_store.get_attachment(&guid);
|
||||
reply.send(attachment).unwrap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user