replace admin_email with admin_uri for greater flexibility

This commit is contained in:
Neil Johnson 2018-08-15 10:16:41 +01:00
parent 19b433e3f4
commit ab035bdeac
5 changed files with 11 additions and 11 deletions

View file

@ -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.