mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-03 13:04:51 -04:00
Move consent config parsing into ConsentConfig
turns out we need to reuse this, so it's better in the config class.
This commit is contained in:
parent
9ea219c514
commit
d5dca9a04f
4 changed files with 21 additions and 15 deletions
|
@ -63,7 +63,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs):
|
|||
config.federation_rc_concurrent = 10
|
||||
config.filter_timeline_limit = 5000
|
||||
config.user_directory_search_all_users = False
|
||||
config.consent_config = None
|
||||
config.user_consent_server_notice_content = None
|
||||
|
||||
# disable user directory updates, because they get done in the
|
||||
# background, which upsets the test runner.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue