Separate calls in sql channel
This commit is contained in:
parent
85b130a12d
commit
9a98ae0a4e
7 changed files with 90 additions and 45 deletions
|
@ -646,8 +646,6 @@ type ReadableInterface = {
|
|||
type WritableInterface = {
|
||||
close: () => void;
|
||||
|
||||
removeDB: () => void;
|
||||
|
||||
removeIndexedDBFiles: () => void;
|
||||
|
||||
removeIdentityKeyById: (id: IdentityKeyIdType) => number;
|
||||
|
@ -1118,6 +1116,7 @@ export type ClientOnlyWritableInterface = ClientInterfaceWrap<{
|
|||
// Client-side only
|
||||
|
||||
shutdown: () => void;
|
||||
removeDB: () => void;
|
||||
removeMessagesInConversation: (
|
||||
conversationId: string,
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue