summary refs log tree commit diff
path: root/develop/usage/configuration/config_documentation.html
diff options
context:
space:
mode:
authordevonh <devonh@users.noreply.github.com>2024-06-24 17:20:29 +0000
committerdevonh <devonh@users.noreply.github.com>2024-06-24 17:20:29 +0000
commit599c9f0074e2278a5d52ab5dffa8305f2bc560c3 (patch)
treeeda6cd6e4d5f7ce8bbe54cb01ec043757eeb68fa /develop/usage/configuration/config_documentation.html
parentdeploy: 3c61ddbbc9ee313447c16fa7f19bdc29ce647a32 (diff)
downloadsynapse-599c9f0074e2278a5d52ab5dffa8305f2bc560c3.tar.xz
deploy: 805e6c9a8f703a0a774321bd0755be63dcdcc807
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-rw-r--r--develop/usage/configuration/config_documentation.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html

index 438240a2b9..9c5fba081c 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html
@@ -3432,7 +3432,8 @@ will also not affect rooms created by other servers.</p> empty responses are returned to all queries. Defaults to true.</p> </li> <li> -<p><code>search_all_users</code>: 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. +<p><code>search_all_users</code>: Defines whether to search all users visible to your homeserver 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.</p>