mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
replace admin_email with admin_uri for greater flexibility
This commit is contained in:
parent
19b433e3f4
commit
ab035bdeac
5 changed files with 11 additions and 11 deletions
|
@ -139,7 +139,7 @@ def setup_test_homeserver(
|
|||
config.hs_disabled_message = ""
|
||||
config.max_mau_value = 50
|
||||
config.mau_limits_reserved_threepids = []
|
||||
config.admin_email = None
|
||||
config.admin_uri = 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