mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Move SignalProtocolStore to TypeScript
This commit is contained in:
committed by
Josh Perez
parent
5de4babc0d
commit
7e629edd21
@@ -129,7 +129,7 @@ export type DataInterface = {
|
||||
arrayOfUnprocessed: Array<UnprocessedType>,
|
||||
options?: { forceSave?: boolean }
|
||||
) => Promise<void>;
|
||||
removeUnprocessed: (id: string) => Promise<void>;
|
||||
removeUnprocessed: (id: string | Array<string>) => Promise<void>;
|
||||
removeAllUnprocessed: () => Promise<void>;
|
||||
|
||||
getNextAttachmentDownloadJobs: (
|
||||
|
||||
Reference in New Issue
Block a user