mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
MessageReceipts: Removed dropped receipts from cache and database
This commit is contained in:
@@ -902,6 +902,7 @@ type WritableInterface = {
|
||||
) => void;
|
||||
|
||||
removeSyncTaskById: (id: string) => void;
|
||||
removeSyncTasks: (ids: ReadonlyArray<string>) => void;
|
||||
saveSyncTasks: (tasks: Array<SyncTaskType>) => void;
|
||||
|
||||
incrementAllSyncTaskAttempts: () => void;
|
||||
|
||||
Reference in New Issue
Block a user