Compare commits

...

2 Commits

Author SHA1 Message Date
Devon Hudson
9946f26b8c Add changelog entry 2024-06-21 13:16:05 -06:00
Devon Hudson
00797738fe Correct error in user_directory docs 2024-06-21 13:14:31 -06:00
2 changed files with 3 additions and 1 deletions

1
changelog.d/17348.doc Normal file
View File

@@ -0,0 +1 @@
Fixes an error in the docs for `search_all_users` parameter under `user_directory`.

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.