0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 00:28:25 +02:00

Fix up sample config

This commit is contained in:
Erik Johnston 2019-03-20 14:35:41 +00:00
parent ab20f85c59
commit cd8c5b91ad
2 changed files with 8 additions and 4 deletions

View file

@ -954,8 +954,10 @@ password_config:
# 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

View file

@ -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