Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 695a85d

Browse files
authored
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
1 parent fe50738 commit 695a85d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14110.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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).

docs/usage/configuration/config_documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3385,7 +3385,7 @@ push:
33853385
Config options relating to rooms.
33863386

33873387
---
3388-
### `encryption_enabled_by_default`
3388+
### `encryption_enabled_by_default_for_room_type`
33893389

33903390
Controls whether locally-created rooms should be end-to-end encrypted by
33913391
default.

0 commit comments

Comments
 (0)