MessageReceipts: Removed dropped receipts from cache and database
This commit is contained in:
parent
71d968a21e
commit
ac5d0eba0b
3 changed files with 35 additions and 5 deletions
|
@ -902,6 +902,7 @@ type WritableInterface = {
|
|||
) => void;
|
||||
|
||||
removeSyncTaskById: (id: string) => void;
|
||||
removeSyncTasks: (ids: ReadonlyArray<string>) => void;
|
||||
saveSyncTasks: (tasks: Array<SyncTaskType>) => void;
|
||||
|
||||
incrementAllSyncTaskAttempts: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue