Retry SQL query on successful FTS5 recovery

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2025-02-20 22:17:57 -06:00 committed by GitHub
commit 294bc3b662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 71 additions and 43 deletions

View file

@ -1141,7 +1141,7 @@ export type ServerWritableDirectInterface = WritableInterface & {
allStickers: ReadonlyArray<string>
) => Array<string>;
runCorruptionChecks: () => void;
runCorruptionChecks: () => boolean;
};
export type ServerWritableInterface =