implement reserved users for mau limits

This commit is contained in:
Neil Johnson 2018-08-07 17:49:43 +01:00
parent a74b25faaa
commit e8eba2b4e3
4 changed files with 99 additions and 13 deletions

View file

@ -75,7 +75,7 @@ class ServerConfig(Config):
"max_mau_value", 0,
)
self.mau_limits_reserved_threepids = config.get(
"mau_limit_reserved_threepid", []
"mau_limit_reserved_threepids", []
)
# FIXME: federation_domain_whitelist needs sytests