GroupsV2 update sending and local context storage.

This commit is contained in:
Alan Evans
2020-04-09 18:02:13 -03:00
committed by Greyson Parrelli
parent f5e6fd6340
commit 78055e3ccb
9 changed files with 327 additions and 60 deletions

View File

@@ -22,3 +22,13 @@ message ReactionList {
repeated Reaction reactions = 1;
}
import "SignalService.proto";
import "DecryptedGroups.proto";
message DecryptedGroupV2Context {
signalservice.GroupContextV2 context = 1;
DecryptedGroupChange change = 2;
DecryptedGroup groupState = 3;
}