Skip to content
Snippets Groups Projects
Commit cd8c5b91 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix up sample config

parent ab20f85c
No related branches found
No related tags found
No related merge requests found
...@@ -954,8 +954,10 @@ password_config: ...@@ -954,8 +954,10 @@ password_config:
# User Directory configuration # User Directory configuration
# #
# 'enabled' defines whether users can search the user directory, # 'enabled' defines whether users can search the user directory. If
# defaults to True. # 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 # 'search_all_users' defines whether to search all users visible to your HS
# when searching the user directory, rather than limiting to users visible # 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 # in public rooms. Defaults to false. If you set it True, you'll have to run
......
...@@ -37,8 +37,10 @@ class UserDirectoryConfig(Config): ...@@ -37,8 +37,10 @@ class UserDirectoryConfig(Config):
return """ return """
# User Directory configuration # User Directory configuration
# #
# 'enabled' defines whether users can search the user directory, # 'enabled' defines whether users can search the user directory. If
# Defaults to true. # 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 # 'search_all_users' defines whether to search all users visible to your HS
# when searching the user directory, rather than limiting to users visible # 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 # in public rooms. Defaults to false. If you set it True, you'll have to run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment