diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-30 12:12:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 12:12:44 +0100 |
commit | f02663c4ddfa259c96aebde848a83156540c9fb3 (patch) | |
tree | 00667a26bc8f9cbda98a3ea0f6d6312476489f34 /tests/utils.py | |
parent | Make RateLimiter class check for ratelimit overrides (#9711) (diff) | |
download | synapse-f02663c4ddfa259c96aebde848a83156540c9fb3.tar.xz |
Replace `room_invite_state_types` with `room_prejoin_state` (#9700)
`room_invite_state_types` was inconvenient as a configuration setting, because anyone that ever set it would not receive any new types that were added to the defaults. Here, we deprecate the old setting, and replace it with a couple of new settings under `room_prejoin_state`.
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py index be80b13760..a141ee6496 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -122,7 +122,6 @@ def default_config(name, parse=False): "enable_registration_captcha": False, "macaroon_secret_key": "not even a little secret", "trusted_third_party_id_servers": [], - "room_invite_state_types": [], "password_providers": [], "worker_replication_url": "", "worker_app": None, |