Remove unused getAllPrivateConversations SQL function

This commit is contained in:
Evan Hahn
2021-12-10 17:15:00 -06:00
committed by GitHub
parent 0e3d12c457
commit ebcd3e3e43
3 changed files with 0 additions and 23 deletions

View File

@@ -357,7 +357,6 @@ export type DataInterface = {
getAllConversations: () => Promise<Array<ConversationType>>;
getAllConversationIds: () => Promise<Array<string>>;
getAllPrivateConversations: () => Promise<Array<ConversationType>>;
getAllGroupsInvolvingUuid: (
id: UUIDStringType
) => Promise<Array<ConversationType>>;