mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Improve GV2 Invitation revoke experience.
This commit is contained in:
committed by
Greyson Parrelli
parent
c8ed0b19f0
commit
810ccf8e94
@@ -168,6 +168,7 @@ public final class MessageGroupContext {
|
||||
memberUuids.addAll(DecryptedGroupUtil.membersToUuidList(decryptedGroupV2Context.getGroupState().getMembersList()));
|
||||
memberUuids.addAll(DecryptedGroupUtil.pendingToUuidList(decryptedGroupV2Context.getGroupState().getPendingMembersList()));
|
||||
memberUuids.addAll(DecryptedGroupUtil.removedMembersUuidList(decryptedGroupV2Context.getChange()));
|
||||
memberUuids.addAll(DecryptedGroupUtil.removedPendingMembersUuidList(decryptedGroupV2Context.getChange()));
|
||||
|
||||
return UuidUtil.filterKnown(memberUuids);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user