mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Increment unprocessed attempts when fetching
This commit is contained in:
@@ -474,7 +474,7 @@ export type DataInterface = {
|
||||
) => Promise<void>;
|
||||
|
||||
getUnprocessedCount: () => Promise<number>;
|
||||
getAllUnprocessed: () => Promise<Array<UnprocessedType>>;
|
||||
getAllUnprocessedAndIncrementAttempts: () => Promise<Array<UnprocessedType>>;
|
||||
updateUnprocessedWithData: (
|
||||
id: string,
|
||||
data: UnprocessedUpdateType
|
||||
|
||||
Reference in New Issue
Block a user