mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Remove MMS groups from message request logic.
This commit is contained in:
@@ -38,7 +38,7 @@ final class MessageRequestRepository {
|
||||
void getGroups(@NonNull RecipientId recipientId, @NonNull Consumer<List<String>> onGroupsLoaded) {
|
||||
executor.execute(() -> {
|
||||
GroupDatabase groupDatabase = DatabaseFactory.getGroupDatabase(context);
|
||||
onGroupsLoaded.accept(groupDatabase.getGroupNamesContainingMember(recipientId));
|
||||
onGroupsLoaded.accept(groupDatabase.getPushGroupNamesContainingMember(recipientId));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user