Skip to content

Commit

Permalink
chore: remove not_condition
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 9, 2024
1 parent 4e6efc7 commit dbd6cdb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions proto/mls/message_contents/group_metadata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,9 @@ message MembershipPolicy {
repeated MembershipPolicy policies = 1;
}

// Invert a policy
message NotCondition {
MembershipPolicy policy = 1;
}

oneof kind {
BasePolicy base = 1;
AndCondition and_condition = 2;
AnyCondition any_condition = 3;
NotCondition not_condition = 4;
}
}

0 comments on commit dbd6cdb

Please sign in to comment.