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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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<{