Do not bump group threads on leave.

This commit is contained in:
Alan Evans
2021-01-22 14:50:48 -04:00
committed by Greyson Parrelli
parent ee548d27e5
commit 5649c906a5
4 changed files with 49 additions and 5 deletions

View File

@@ -163,6 +163,10 @@ public final class MessageGroupContext {
return groupMasterKey;
}
public @NonNull DecryptedGroupChange getChange() {
return decryptedGroupV2Context.getChange();
}
public @NonNull List<UUID> getAllActivePendingAndRemovedMembers() {
LinkedList<UUID> memberUuids = new LinkedList<>();
DecryptedGroup groupState = decryptedGroupV2Context.getGroupState();