Separate calls in sql channel

This commit is contained in:
Fedor Indutny 2024-08-12 12:54:24 -07:00 committed by GitHub
parent 85b130a12d
commit 9a98ae0a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 90 additions and 45 deletions

View file

@ -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: {