load mau limit threepids

This commit is contained in:
Neil Johnson 2018-08-06 22:55:05 +01:00
parent e54794f5b6
commit 7daa8a78c5

View File

@ -74,6 +74,9 @@ class ServerConfig(Config):
self.max_mau_value = config.get(
"max_mau_value", 0,
)
self.mau_limits_reserved_threepids = config.get(
"mau_limit_reserved_threepid", []
)
# FIXME: federation_domain_whitelist needs sytests
self.federation_domain_whitelist = None