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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>>;