diff options
author | Neil Johnson <neil@matrix.org> | 2018-10-04 17:00:27 +0100 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-10-04 17:00:27 +0100 |
commit | 2dadc092b8f0e4cc1ac037ea54324efd906d4caf (patch) | |
tree | a59f769d3efe89ea12e51e0a395b387aa8f9f35a /tests/utils.py | |
parent | changelog (diff) | |
download | synapse-2dadc092b8f0e4cc1ac037ea54324efd906d4caf.tar.xz |
move logic into register, fix room alias localpart bug, tests
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index aaed1149c3..d34c224fb1 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -149,6 +149,7 @@ def setup_test_homeserver( config.block_events_without_consent_error = None config.media_storage_providers = [] config.auto_join_rooms = [] + config.autocreate_auto_join_rooms = True config.limit_usage_by_mau = False config.hs_disabled = False config.hs_disabled_message = "" |