Skip to content
Snippets Groups Projects
Commit 7daa8a78 authored by Neil Johnson's avatar Neil Johnson
Browse files

load mau limit threepids

parent e54794f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment