mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
GroupsV2 update sending and local context storage.
This commit is contained in:
committed by
Greyson Parrelli
parent
f5e6fd6340
commit
78055e3ccb
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user