Convert and store new group changes in MessageExtras.

This commit is contained in:
Clark
2024-02-26 10:43:51 -05:00
committed by Alex Hart
parent cc25f0685c
commit 1ade8b502f
17 changed files with 933 additions and 56 deletions

View File

@@ -376,7 +376,10 @@ message ExternalLaunchTransactionState {
}
message MessageExtras {
GV2UpdateDescription gv2UpdateDescription = 1;
oneof extra {
GV2UpdateDescription gv2UpdateDescription = 1;
signalservice.GroupContext gv1Context = 2;
}
}
message GV2UpdateDescription {