Implements attachment uploading
This commit is contained in:
@@ -12,4 +12,10 @@ pub enum Signal {
|
||||
/// Parameters:
|
||||
/// - attachment_id: The ID of the attachment that was downloaded.
|
||||
AttachmentDownloaded(String),
|
||||
|
||||
/// Emitted when an attachment has been uploaded.
|
||||
/// Parameters:
|
||||
/// - upload_guid: The GUID of the upload.
|
||||
/// - attachment_guid: The GUID of the attachment on the server.
|
||||
AttachmentUploaded(String, String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user