mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:26:06 -04:00
implement reserved users for mau limits
This commit is contained in:
parent
a74b25faaa
commit
e8eba2b4e3
4 changed files with 99 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue