summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2022-10-19 20:17:37 +0100
committerGitHub <noreply@github.com>2022-10-19 20:17:37 +0100
commit695a85d1bc05d38592b811f38f724bc61d683b1c (patch)
tree6d711f26e755163bbe4ee8b055881c96dce28535 /docs
parentlet update_synapse_database run on a multi-database configurations (#13422) (diff)
downloadsynapse-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.md2
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.