summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-20 14:35:41 +0000
committerErik Johnston <erik@matrix.org>2019-03-20 14:35:41 +0000
commitcd8c5b91addf716ad76c315462a6d09e87241b25 (patch)
treefe574c3d70a88afcf6eaa81c9dfb5333fdd46332 /synapse/config
parentUpdate synapse/config/user_directory.py (diff)
downloadsynapse-cd8c5b91addf716ad76c315462a6d09e87241b25.tar.xz
Fix up sample config
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/user_directory.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/synapse/config/user_directory.py b/synapse/config/user_directory.py
index 9dd83b794d..142754a7dc 100644
--- a/synapse/config/user_directory.py
+++ b/synapse/config/user_directory.py
@@ -37,8 +37,10 @@ class UserDirectoryConfig(Config):
         return """
         # User Directory configuration
         #
-        # 'enabled' defines whether users can search the user directory,
-        # Defaults to true.
+        # 'enabled' defines whether users can search the user directory. If
+        # false then empty responses are returned to all queries. Defaults to
+        # true.
+        #
         # 'search_all_users' defines whether to search all users visible to your HS
         # when searching the user directory, rather than limiting to users visible
         # in public rooms.  Defaults to false.  If you set it True, you'll have to run