mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
GroupsV2 update sending and local context storage.
This commit is contained in:
committed by
Greyson Parrelli
parent
f5e6fd6340
commit
78055e3ccb
@@ -575,6 +575,11 @@ public class Recipient {
|
||||
return groupId != null && groupId.isPush();
|
||||
}
|
||||
|
||||
public boolean isPushV2Group() {
|
||||
GroupId groupId = resolve().groupId;
|
||||
return groupId != null && groupId.isV2();
|
||||
}
|
||||
|
||||
public @NonNull List<Recipient> getParticipants() {
|
||||
return new ArrayList<>(participants);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user