Skip to content

Commit

Permalink
feat(proxy): Support LITERAL+/LITERAL-
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed Jan 11, 2024
1 parent d66d625 commit 51921b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ fn filter_capabilities(capabilities: NonEmptyVec<Capability>) -> NonEmptyVec<Cap
Capability::SaslIr => true,
Capability::Quota | Capability::QuotaRes(_) | Capability::QuotaSet => true,
Capability::Move => true,
Capability::LiteralPlus | Capability::LiteralMinus => true,
_ => false,
})
.collect();
Expand Down

0 comments on commit 51921b7

Please sign in to comment.