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
parent 4ad361f92b
commit cfe5a51a1f
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 =