diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-20 14:35:41 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-20 14:35:41 +0000 |
commit | cd8c5b91addf716ad76c315462a6d09e87241b25 (patch) | |
tree | fe574c3d70a88afcf6eaa81c9dfb5333fdd46332 /docs/sample_config.yaml | |
parent | Update synapse/config/user_directory.py (diff) | |
download | synapse-cd8c5b91addf716ad76c315462a6d09e87241b25.tar.xz |
Fix up sample config
Diffstat (limited to 'docs/sample_config.yaml')
-rw-r--r-- | docs/sample_config.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index f242b1ffbc..93aa6a6754 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -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 |