Introduce incrementMessagesMigrationAttempts query

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
Fedor Indutny
2024-08-22 11:12:00 -07:00
committed by GitHub
parent 7db33a6708
commit 67252866cf
5 changed files with 113 additions and 14 deletions

View File

@@ -778,6 +778,9 @@ type WritableInterface = {
) => void;
_removeAllReactions: () => void;
_removeAllMessages: () => void;
incrementMessagesMigrationAttempts: (
messageIds: ReadonlyArray<string>
) => void;
clearCallHistory: (target: CallLogEventTarget) => ReadonlyArray<string>;
_removeAllCallHistory: () => void;