More send media optimization
This commit is contained in:
parent
7b4b35762a
commit
9b0a6ae225
5 changed files with 54 additions and 55 deletions
|
|
@ -70,7 +70,7 @@ export type AttachmentBatch = {
|
|||
attachmentsSentCount: ComputedRef<number>;
|
||||
attachmentsSending: ComputedRef<Attachment[]>;
|
||||
attachmentsSent: ComputedRef<Attachment[]>;
|
||||
addAttachment: (attachment: Attachment) => void;
|
||||
addAttachments: (attachments: Attachment[]) => void;
|
||||
removeAttachment: (attachment: Attachment) => void;
|
||||
isTooLarge: (attachment: Attachment) => boolean;
|
||||
canSend: ComputedRef<boolean>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue