Enable downloading attachments from backup CDN

This commit is contained in:
trevor-signal
2024-05-02 13:11:34 -04:00
committed by GitHub
parent 2964006b79
commit 1e8047cf73
21 changed files with 989 additions and 385 deletions

View File

@@ -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;