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