mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Attachments: support for incrementalMac and chunkSize
This commit is contained in:
2
ts/textsecure/Types.d.ts
vendored
2
ts/textsecure/Types.d.ts
vendored
@@ -120,6 +120,8 @@ export type ProcessedAttachment = {
|
||||
textAttachment?: Omit<TextAttachmentType, 'preview'>;
|
||||
backupLocator?: AttachmentType['backupLocator'];
|
||||
downloadPath?: string;
|
||||
incrementalMac?: string;
|
||||
chunkSize?: number;
|
||||
};
|
||||
|
||||
export type ProcessedGroupV2Context = {
|
||||
|
||||
Reference in New Issue
Block a user