mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
typo
This commit is contained in:
parent
553692d800
commit
54ef50515d
@ -209,7 +209,7 @@ export interface EntityAccess {
|
||||
}
|
||||
|
||||
/**
|
||||
* This allows us to work the access an entity has to some thing based on a set of watched/unwatched lists.
|
||||
* This allows us to work out the access an entity has to some thing based on a set of watched/unwatched lists.
|
||||
*/
|
||||
export default class AccessControlUnit {
|
||||
private readonly userBans = new ListRuleCache(RULE_USER, Recommendation.Ban);
|
||||
|
Loading…
Reference in New Issue
Block a user