mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix bug preventing adding and inviting by phone number.
This commit is contained in:
@@ -1350,6 +1350,10 @@ private static final String[] GROUP_PROJECTION = {
|
||||
|
||||
return recipients;
|
||||
}
|
||||
|
||||
public @NonNull Set<UUID> getBannedMembers() {
|
||||
return DecryptedGroupUtil.bannedMembersToUuidSet(getDecryptedGroup().getBannedMembersList());
|
||||
}
|
||||
}
|
||||
|
||||
public @NonNull List<GroupId> getGroupsToDisplayAsStories() throws BadGroupIdException {
|
||||
|
||||
Reference in New Issue
Block a user