Fix bug preventing adding and inviting by phone number.

This commit is contained in:
Cody Henthorne
2022-03-17 14:20:44 -04:00
parent 798f3a7b0e
commit 9d28caac00
15 changed files with 158 additions and 140 deletions

View File

@@ -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 {