Skip to content

Commit

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

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

0 comments on commit d4c2e76

Please sign in to comment.