This commit is contained in:
SessionHero01
2024-10-31 09:39:55 +11:00
parent 905acab3f4
commit 7520571a7d
15 changed files with 80 additions and 161 deletions

View File

@@ -89,7 +89,7 @@ public class SignalServiceGroup {
return groupId;
}
public boolean isNewClosedGroup() {
public boolean isGroupV2() {
return groupId.length == 33 && groupId[0] == 0x03;
}