Introduce incrementMessagesMigrationAttempts query
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -778,6 +778,9 @@ type WritableInterface = {
|
||||
) => void;
|
||||
_removeAllReactions: () => void;
|
||||
_removeAllMessages: () => void;
|
||||
incrementMessagesMigrationAttempts: (
|
||||
messageIds: ReadonlyArray<string>
|
||||
) => void;
|
||||
|
||||
clearCallHistory: (target: CallLogEventTarget) => ReadonlyArray<string>;
|
||||
_removeAllCallHistory: () => void;
|
||||
|
Reference in New Issue
Block a user