GroupsV2: Use full group state if change actions incompatible
This commit is contained in:
parent
df2fa3c7b1
commit
3e42a47415
3 changed files with 30 additions and 5 deletions
|
@ -130,8 +130,9 @@ message GroupChange {
|
|||
ModifyMembersAccessControlAction modifyMemberAccess = 14; // Changed membership access control
|
||||
}
|
||||
|
||||
bytes actions = 1; // The serialized actions
|
||||
bytes serverSignature = 2; // Server’s signature over serialized actions
|
||||
bytes actions = 1; // The serialized actions
|
||||
bytes serverSignature = 2; // Server’s signature over serialized actions
|
||||
uint32 changeEpoch = 3; // Allows clients to decide whether their change logic can successfully apply this diff
|
||||
}
|
||||
|
||||
message GroupChanges {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue