mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 16:04:49 -04:00
support admin_email config and pass through into blocking errors, return AuthError in all cases
This commit is contained in:
parent
99dd975dae
commit
0d43f991a1
7 changed files with 45 additions and 22 deletions
|
@ -139,6 +139,7 @@ def setup_test_homeserver(
|
|||
config.hs_disabled_message = ""
|
||||
config.max_mau_value = 50
|
||||
config.mau_limits_reserved_threepids = []
|
||||
config.admin_email = None
|
||||
|
||||
# we need a sane default_room_version, otherwise attempts to create rooms will
|
||||
# fail.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue