Allow sends of quoted messages with attachments without thumbnails

This commit is contained in:
trevor-signal
2023-07-07 16:34:23 -04:00
committed by GitHub
parent cc6b299ab6
commit 60f7308dc8
2 changed files with 18 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ export type SendOptionsType = {
export type OutgoingQuoteAttachmentType = Readonly<{
contentType: string;
fileName?: string;
thumbnail: UploadedAttachmentType;
thumbnail?: UploadedAttachmentType;
}>;
export type OutgoingQuoteType = Readonly<{