mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Pause, cancel & resume backup media download
This commit is contained in:
@@ -852,6 +852,7 @@ type WritableInterface = {
|
||||
getNextAttachmentDownloadJobs: (options: {
|
||||
limit: number;
|
||||
prioritizeMessageIds?: Array<string>;
|
||||
sources?: Array<AttachmentDownloadSource>;
|
||||
timestamp?: number;
|
||||
}) => Array<AttachmentDownloadJobType>;
|
||||
saveAttachmentDownloadJob: (job: AttachmentDownloadJobType) => void;
|
||||
|
||||
Reference in New Issue
Block a user