summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-03-20 14:33:11 +0000
committerGitHub <noreply@github.com>2019-03-20 14:33:11 +0000
commitab20f85c59c4b7ef1a5248c2a9af37899dbfa280 (patch)
treeea7d91581e0521d92382ae31453364c4dc7ccb40 /synapse/config
parentUpdate sample config (diff)
downloadsynapse-ab20f85c59c4b7ef1a5248c2a9af37899dbfa280.tar.xz
Update synapse/config/user_directory.py
Co-Authored-By: erikjohnston <erikj@jki.re>
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/user_directory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/user_directory.py b/synapse/config/user_directory.py
index e3c063c148..9dd83b794d 100644
--- a/synapse/config/user_directory.py
+++ b/synapse/config/user_directory.py
@@ -38,7 +38,7 @@ class UserDirectoryConfig(Config):
         # User Directory configuration
         #
         # 'enabled' defines whether users can search the user directory,
-        #  defaults to True.
+        # 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