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

Commit 04c3455

Browse files
Clarifications in sample config and newsfile
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
1 parent c57d563 commit 04c3455

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.d/7639.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add an option to enable encryption by default for private rooms.
1+
Add an option to enable encryption by default for new rooms.

docs/sample_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ spam_checker:
19811981
# The default value is "off".
19821982
#
19831983
# Note that this option will only affect rooms created after it is set. It
1984-
# will also not affect rooms created by another, federated server.
1984+
# will also not affect rooms created by other servers.
19851985
#
19861986
#encryption_enabled_by_default_for_room_type: invite
19871987

synapse/config/room.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def generate_config_section(self, **kwargs):
7474
# The default value is "off".
7575
#
7676
# Note that this option will only affect rooms created after it is set. It
77-
# will also not affect rooms created by another, federated server.
77+
# will also not affect rooms created by other servers.
7878
#
7979
#encryption_enabled_by_default_for_room_type: invite
8080
"""

0 commit comments

Comments
 (0)