Document encryption_enabled_by_default_for_room_type under the right name (#14110)

* document encryption_enabled_by_default_for_room_type under the right name

* add changelog

* Update changelog.d/14110.doc
This commit is contained in:
Matthew Hodgson 2022-10-19 20:17:37 +01:00 committed by GitHub
parent fe50738e59
commit 695a85d1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/14110.doc Normal file
View File

@ -0,0 +1 @@
Correct the name of the config option [`encryption_enabled_by_default_for_room_type`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#encryption_enabled_by_default_for_room_type).

View File

@ -3385,7 +3385,7 @@ push:
Config options relating to rooms.
---
### `encryption_enabled_by_default`
### `encryption_enabled_by_default_for_room_type`
Controls whether locally-created rooms should be end-to-end encrypted by
default.