mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Increment unprocessed attempts when fetching
This commit is contained in:
@@ -1859,9 +1859,9 @@ export class SignalProtocolStore extends EventsMixin {
|
||||
});
|
||||
}
|
||||
|
||||
getAllUnprocessed(): Promise<Array<UnprocessedType>> {
|
||||
getAllUnprocessedAndIncrementAttempts(): Promise<Array<UnprocessedType>> {
|
||||
return this.withZone(GLOBAL_ZONE, 'getAllUnprocessed', async () => {
|
||||
return window.Signal.Data.getAllUnprocessed();
|
||||
return window.Signal.Data.getAllUnprocessedAndIncrementAttempts();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user