mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Resumable attachment downloads
This commit is contained in:
1
ts/textsecure/Types.d.ts
vendored
1
ts/textsecure/Types.d.ts
vendored
@@ -119,6 +119,7 @@ export type ProcessedAttachment = {
|
||||
cdnNumber?: number;
|
||||
textAttachment?: Omit<TextAttachmentType, 'preview'>;
|
||||
backupLocator?: AttachmentType['backupLocator'];
|
||||
downloadPath?: string;
|
||||
};
|
||||
|
||||
export type ProcessedGroupV2Context = {
|
||||
|
||||
Reference in New Issue
Block a user