GroupsV2: Use full group state if change actions incompatible

This commit is contained in:
Scott Nonnenberg
2020-10-20 17:39:13 -07:00
committed by GitHub
parent df2fa3c7b1
commit 3e42a47415
3 changed files with 30 additions and 5 deletions

View File

@@ -130,8 +130,9 @@ message GroupChange {
ModifyMembersAccessControlAction modifyMemberAccess = 14; // Changed membership access control
}
bytes actions = 1; // The serialized actions
bytes serverSignature = 2; // Servers signature over serialized actions
bytes actions = 1; // The serialized actions
bytes serverSignature = 2; // Servers signature over serialized actions
uint32 changeEpoch = 3; // Allows clients to decide whether their change logic can successfully apply this diff
}
message GroupChanges {