Remove unused getAllPrivateConversations
SQL function
This commit is contained in:
parent
0e3d12c457
commit
ebcd3e3e43
3 changed files with 0 additions and 23 deletions
|
@ -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>>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue