mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
move logic into register, fix room alias localpart bug, tests
This commit is contained in:
parent
faa462ef79
commit
2dadc092b8
3 changed files with 62 additions and 46 deletions
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue