mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Allow manually retrying attachment downloads
This commit is contained in:
@@ -496,6 +496,9 @@ export type DataInterface = {
|
||||
removeUnprocessed: (id: string | Array<string>) => Promise<void>;
|
||||
removeAllUnprocessed: () => Promise<void>;
|
||||
|
||||
getAttachmentDownloadJobById: (
|
||||
id: string
|
||||
) => Promise<AttachmentDownloadJobType | undefined>;
|
||||
getNextAttachmentDownloadJobs: (
|
||||
limit?: number,
|
||||
options?: { timestamp?: number }
|
||||
|
||||
Reference in New Issue
Block a user