Separate calls in sql channel
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
parent
55df2d2090
commit
a167b0a9d5
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