mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Attachments: support for incrementalMac and chunkSize
This commit is contained in:
@@ -130,6 +130,7 @@ export type AddressableAttachmentType = Readonly<{
|
||||
path: string;
|
||||
localKey?: string;
|
||||
size?: number;
|
||||
contentType: MIME.MIMEType;
|
||||
|
||||
// In-memory data, for outgoing attachments that are not saved to disk.
|
||||
data?: Uint8Array;
|
||||
|
||||
Reference in New Issue
Block a user