Update to the standard SignalService.proto

This commit is contained in:
Greyson Parrelli
2025-02-12 10:33:03 -05:00
parent 95e0f7d571
commit 1b01532327
26 changed files with 593 additions and 777 deletions

View File

@@ -61,12 +61,6 @@ public final class MessageGroupContext {
}
}
public MessageGroupContext(@NonNull GroupContext group) {
this.groupV1 = new GroupV1Properties(group);
this.groupV2 = null;
this.group = groupV1;
}
public MessageGroupContext(@NonNull DecryptedGroupV2Context group) {
this.groupV1 = null;
this.groupV2 = new GroupV2Properties(group);