diff --git a/synapse/config/user_directory.py b/synapse/config/user_directory.py index e3c063c148ae5502ac0fafcc0de7e3952ae36b0e..9dd83b794d81b42d4f6f32cacdfe907b4e62fba7 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