mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 20:22:07 +03:00
Update UPGRADE.rst
This commit is contained in:
parent
afb6dcf806
commit
8dde0bf8b3
1 changed files with 4 additions and 7 deletions
11
UPGRADE.rst
11
UPGRADE.rst
|
@ -88,7 +88,7 @@ for example:
|
||||||
Upgrading to v1.34.0
|
Upgrading to v1.34.0
|
||||||
====================
|
====================
|
||||||
|
|
||||||
`room_invite_state_types` configuration setting
|
``room_invite_state_types`` configuration setting
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
||||||
The ``room_invite_state_types`` configuration setting has been deprecated and
|
The ``room_invite_state_types`` configuration setting has been deprecated and
|
||||||
|
@ -106,13 +106,10 @@ remove it from your configuration file. The default value used to be:
|
||||||
- "m.room.encryption"
|
- "m.room.encryption"
|
||||||
- "m.room.name"
|
- "m.room.name"
|
||||||
|
|
||||||
If you have customised this value by adding addition state types, you should
|
If you have customised this value, you should remove ``room_invite_state_types`` and
|
||||||
remove ``room_invite_state_types`` and configure ``additional_event_types`` with
|
configure ``room_prejoin_state`` instead.
|
||||||
your customisations.
|
|
||||||
|
|
||||||
If you have customised this value by removing state types, you should rename
|
|
||||||
``room_invite_state_types`` to ``additional_event_types``, and set
|
|
||||||
``disable_default_event_types`` to ``true``.
|
|
||||||
|
|
||||||
Upgrading to v1.33.0
|
Upgrading to v1.33.0
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in a new issue