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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user