diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-01-13 14:47:13 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-01-13 14:47:13 +0000 |
commit | 31b2d4e4006182da67a9614c320b616a73468234 (patch) | |
tree | 962e6c374e9dff33decef780a2f11031688a9870 /develop/print.html | |
parent | deploy: 1caf16a4509fef337b49a8c9d08cdc4494447d7d (diff) | |
download | synapse-31b2d4e4006182da67a9614c320b616a73468234.tar.xz |
deploy: 1416096527be9fc7edf29a087515f0ac62ce8419
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index 969aebe764..dfdda10c69 100644 --- a/develop/print.html +++ b/develop/print.html @@ -6461,8 +6461,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 when searching -the user directory. If false, search results will only contain users +<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. +If false, search results will only contain users visible in public rooms and users sharing a room with the requester. Defaults to false.</p> <p>NB. If you set this to true, and the last time the user_directory search |