Correct error in user_directory docs

This commit is contained in:
Devon Hudson 2024-06-21 13:14:31 -06:00
parent adeedb7b7c
commit 00797738fe
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -3806,7 +3806,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 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.
* `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 known to the homeserver matching the search query.
If false, search results will only contain users
visible in public rooms and users sharing a room with the requester.
Defaults to false.