mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Disable message insert triggers during backup import
This commit is contained in:
@@ -952,6 +952,10 @@ type WritableInterface = {
|
||||
insertJob(job: Readonly<StoredJob>): void;
|
||||
deleteJob(id: string): void;
|
||||
|
||||
disableMessageInsertTriggers(): void;
|
||||
enableMessageInsertTriggersAndBackfill(): void;
|
||||
ensureMessageInsertTriggersAreEnabled(): void;
|
||||
|
||||
processGroupCallRingCancellation(ringId: bigint): void;
|
||||
cleanExpiredGroupCallRingCancellations(): void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user