mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Remove unused getAllPrivateConversations SQL function
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user