Retry SQL query on successful FTS5 recovery

This commit is contained in:
Fedor Indutny 2025-02-20 20:05:15 -07:00 committed by GitHub
commit cfe5a51a1f
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 =