Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update misleading documentation user_directory.search_all_users #14818

Merged
merged 9 commits into from
Jan 13, 2023
1 change: 1 addition & 0 deletions changelog.d/14818.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated documentation in configuration manual for `user_directory.search_all_users`.
4 changes: 2 additions & 2 deletions docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3472,8 +3472,8 @@ This setting defines options related to the user directory.
This option has the following sub-options:
* `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. If false, search results will only contain users
* `search_all_users`: Defines whether to search all users visible to your HS at the time the search is performed. If set to true, will return all users who share a room with the user from the homeserver.
If false, search results will only contain users
visible in public rooms and users sharing a room with the requester.
Defaults to false.

Expand Down