Separate calls in sql channel
This commit is contained in:
parent
85b130a12d
commit
9a98ae0a4e
7 changed files with 90 additions and 45 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue