mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
load mau limit threepids
This commit is contained in:
parent
e54794f5b6
commit
7daa8a78c5
@ -74,6 +74,9 @@ class ServerConfig(Config):
|
|||||||
self.max_mau_value = config.get(
|
self.max_mau_value = config.get(
|
||||||
"max_mau_value", 0,
|
"max_mau_value", 0,
|
||||||
)
|
)
|
||||||
|
self.mau_limits_reserved_threepids = config.get(
|
||||||
|
"mau_limit_reserved_threepid", []
|
||||||
|
)
|
||||||
|
|
||||||
# FIXME: federation_domain_whitelist needs sytests
|
# FIXME: federation_domain_whitelist needs sytests
|
||||||
self.federation_domain_whitelist = None
|
self.federation_domain_whitelist = None
|
||||||
|
Loading…
Reference in New Issue
Block a user