mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 20:24:32 +01:00
Adapt message requests to support invite flow.
This commit is contained in:
@@ -603,6 +603,11 @@ public class Recipient {
|
||||
return groupId != null && groupId.isPush();
|
||||
}
|
||||
|
||||
public boolean isPushV1Group() {
|
||||
GroupId groupId = resolve().groupId;
|
||||
return groupId != null && groupId.isV1();
|
||||
}
|
||||
|
||||
public boolean isPushV2Group() {
|
||||
GroupId groupId = resolve().groupId;
|
||||
return groupId != null && groupId.isV2();
|
||||
|
||||
Reference in New Issue
Block a user