From d4c2e76643ef7025de3ac1d1233896e60c9fd17a Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Sun, 7 Jan 2024 18:34:36 -0800 Subject: [PATCH] chore: enum --- proto/mls/message_contents/group_metadata.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/mls/message_contents/group_metadata.proto b/proto/mls/message_contents/group_metadata.proto index c046402a..99946b8e 100644 --- a/proto/mls/message_contents/group_metadata.proto +++ b/proto/mls/message_contents/group_metadata.proto @@ -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