-
- Downloads
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`.
Showing
- changelog.d/9700.feature 1 addition, 0 deletionschangelog.d/9700.feature
- docker/conf/homeserver.yaml 0 additions, 8 deletionsdocker/conf/homeserver.yaml
- docs/code_style.md 3 additions, 0 deletionsdocs/code_style.md
- docs/sample_config.yaml 25 additions, 8 deletionsdocs/sample_config.yaml
- synapse/config/api.py 112 additions, 23 deletionssynapse/config/api.py
- synapse/handlers/message.py 1 addition, 1 deletionsynapse/handlers/message.py
- synapse/storage/databases/main/events_worker.py 2 additions, 2 deletionssynapse/storage/databases/main/events_worker.py
- tests/utils.py 0 additions, 1 deletiontests/utils.py
changelog.d/9700.feature
0 → 100644
Please register or sign in to comment