summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-19 16:50:51 +0000
committerErik Johnston <erik@matrix.org>2019-03-19 17:10:52 +0000
commit213c98c00a473bac7363e1a728828e0f056550b8 (patch)
tree8ab1c9dcf73cb3bb0263f9e25c9dfe20bce45bce /docs
parentMerge pull request #4894 from matrix-org/erikj/postgres_tuning (diff)
downloadsynapse-213c98c00a473bac7363e1a728828e0f056550b8.tar.xz
Add option to disable search room lists
This disables both local and remote room list searching.
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index f9886a900d..f7b1825d61 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -1036,6 +1036,11 @@ password_config:
 
 
 
+# Wether the public room list can be searched. When disabled blocks
+# searching local and remote room list for local and remote users.
+#
+#enable_room_list_search: true
+
 # The `alias_creation` option controls who's allowed to create aliases
 # on this server.
 #