summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-05-16 15:11:37 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-05-16 15:11:37 +0100
commita5fe16c5a7cbff5106524791f2d7ab621ca13bb1 (patch)
tree78232f00c30bab136be04e29cb8a9b1e606ba969 /docs
parentForgot copyright (diff)
downloadsynapse-a5fe16c5a7cbff5106524791f2d7ab621ca13bb1.tar.xz
Changelog + sample config
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 09ee0e8984..d218aefee5 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -276,6 +276,12 @@ listeners:
 #
 #require_membership_for_aliases: false
 
+# Whether to allow per-room membership profiles through the send of membership
+# events with profile information that differ from the target's global profile.
+# Defaults to 'true'.
+#
+#allow_per_room_profiles: false
+
 
 ## TLS ##