mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Fix sql error when restoring from interrupted sync
This commit is contained in:
@@ -1011,6 +1011,9 @@ type WritableInterface = {
|
||||
enableMessageInsertTriggersAndBackfill(): void;
|
||||
ensureMessageInsertTriggersAreEnabled(): void;
|
||||
|
||||
disableFSync(): void;
|
||||
enableFSyncAndCheckpoint(): void;
|
||||
|
||||
processGroupCallRingCancellation(ringId: bigint): void;
|
||||
cleanExpiredGroupCallRingCancellations(): void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user