mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Enable downloading attachments from backup CDN
This commit is contained in:
@@ -78,6 +78,14 @@ export type AttachmentType = {
|
||||
textAttachment?: TextAttachmentType;
|
||||
wasTooBig?: boolean;
|
||||
|
||||
incrementalMac?: string;
|
||||
incrementalMacChunkSize?: number;
|
||||
|
||||
backupLocator?: {
|
||||
mediaName: string;
|
||||
cdnNumber?: number;
|
||||
};
|
||||
|
||||
/** Legacy field. Used only for downloading old attachments */
|
||||
id?: number;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user