mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Init Fun Picker
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user