Remove unused getAllPrivateConversations
SQL function
This commit is contained in:
parent
0e3d12c457
commit
ebcd3e3e43
3 changed files with 0 additions and 23 deletions
|
@ -205,7 +205,6 @@ const dataInterface: ClientInterface = {
|
|||
|
||||
getAllConversations,
|
||||
getAllConversationIds,
|
||||
getAllPrivateConversations,
|
||||
getAllGroupsInvolvingUuid,
|
||||
|
||||
searchConversations,
|
||||
|
@ -1024,10 +1023,6 @@ async function getAllConversationIds() {
|
|||
return ids;
|
||||
}
|
||||
|
||||
async function getAllPrivateConversations() {
|
||||
return channels.getAllPrivateConversations();
|
||||
}
|
||||
|
||||
async function getAllGroupsInvolvingUuid(uuid: UUIDStringType) {
|
||||
return channels.getAllGroupsInvolvingUuid(uuid);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue