Init Fun Picker

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
Jamie Kyle
2025-02-19 17:31:33 -08:00
committed by GitHub
parent ba24a72990
commit 1cced9b3ac
88 changed files with 8582 additions and 187 deletions

View File

@@ -25,7 +25,7 @@ import { getAttachmentCiphertextLength } from '../AttachmentCrypto';
export async function processAttachment(
file: File,
options?: { generateScreenshot: boolean }
options?: { generateScreenshot: boolean; flags: number | null }
): Promise<InMemoryAttachmentDraftType | void> {
const fileType = stringToMIMEType(file.type);