mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
stop using implicit where it's confusing
This commit is contained in:
parent
fb16d23a55
commit
553692d800
@ -195,7 +195,7 @@ export enum Access {
|
|||||||
Banned,
|
Banned,
|
||||||
/// The entity did not match any allow rule.
|
/// The entity did not match any allow rule.
|
||||||
NotAllowed,
|
NotAllowed,
|
||||||
/// The user was allowed implicitly (it matched an allow rule and did not match any banning rules).
|
/// The user was allowed and didn't match any ban.
|
||||||
Allowed,
|
Allowed,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user