diff options
author | Matthew Hodgson <matthew@matrix.org> | 2022-10-19 20:17:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 20:17:37 +0100 |
commit | 695a85d1bc05d38592b811f38f724bc61d683b1c (patch) | |
tree | 6d711f26e755163bbe4ee8b055881c96dce28535 /docs | |
parent | let update_synapse_database run on a multi-database configurations (#13422) (diff) | |
download | synapse-695a85d1bc05d38592b811f38f724bc61d683b1c.tar.xz |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 7c91a3ac4e..d81eda52c1 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -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. |