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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;