Skip to content

Commit

Permalink
chore: add missing enum field
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 8, 2024
1 parent d21a490 commit c4a9a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/mls/message_contents/group_metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ message MembershipPolicy {
BASE_POLICY_ALLOW = 1;
BASE_POLICY_DENY = 2;
BASE_POLICY_ALLOW_SAME_MEMBER = 3;
// STANDARD_POLICY_ALL_IF_ACTOR_ADMIN = 4;
// STANDARD_POLICY_ALL_IF_ACTOR_CREATOR = 5;
BASE_POLICY_ALL_IF_ACTOR_CREATOR = 4;
}

// Combine multiple policies. All must evaluate to true
Expand Down

0 comments on commit c4a9a15

Please sign in to comment.