mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Do not bump group threads on leave.
This commit is contained in:
committed by
Greyson Parrelli
parent
ee548d27e5
commit
5649c906a5
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user