Default to "original" for C2PA only in direct rooms

Issue #677
This commit is contained in:
N-Pex 2025-09-02 09:29:05 +02:00
parent b9e221bc30
commit 2dfaef9b8f
4 changed files with 21 additions and 12 deletions

View file

@ -72,7 +72,7 @@ export type AttachmentBatch = {
attachmentsSentCount: ComputedRef<number>;
attachmentsSending: ComputedRef<Attachment[]>;
attachmentsSent: ComputedRef<Attachment[]>;
addAttachments: (attachments: Attachment[]) => void;
addFiles: (files: File[]) => void;
removeAttachment: (attachment: Attachment) => void;
isTooLarge: (attachment: Attachment) => boolean;
canSend: ComputedRef<boolean>;