mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Retry SQL query on successful FTS5 recovery
This commit is contained in:
@@ -1141,7 +1141,7 @@ export type ServerWritableDirectInterface = WritableInterface & {
|
||||
allStickers: ReadonlyArray<string>
|
||||
) => Array<string>;
|
||||
|
||||
runCorruptionChecks: () => void;
|
||||
runCorruptionChecks: () => boolean;
|
||||
};
|
||||
|
||||
export type ServerWritableInterface =
|
||||
|
||||
Reference in New Issue
Block a user