0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 16:48:18 +02:00

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