mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Separate calls in sql channel
This commit is contained in:
@@ -24,7 +24,7 @@ import * as Errors from '../types/errors';
|
||||
import type { StoredJob } from '../jobs/types';
|
||||
import { formatJobForInsert } from '../jobs/formatJobForInsert';
|
||||
import { cleanupMessages } from '../util/cleanup';
|
||||
import { AccessType, ipcInvoke, doShutdown } from './channels';
|
||||
import { AccessType, ipcInvoke, doShutdown, removeDB } from './channels';
|
||||
|
||||
import type {
|
||||
ClientInterfaceWrap,
|
||||
@@ -124,6 +124,7 @@ const clientOnlyWritable: ClientOnlyWritableInterface = {
|
||||
|
||||
flushUpdateConversationBatcher,
|
||||
|
||||
removeDB,
|
||||
shutdown,
|
||||
removeMessagesInConversation,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user