AttachmentStore now has its own runloop, can download attachments
This commit is contained in:
@@ -49,6 +49,7 @@ pub trait APIInterface {
|
||||
async fn fetch_attachment_data(
|
||||
&mut self,
|
||||
guid: &String,
|
||||
preview: bool,
|
||||
) -> Result<Self::ResponseStream, Self::Error>;
|
||||
|
||||
// (POST) /authenticate
|
||||
|
||||
Reference in New Issue
Block a user