mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-05 12:16:38 +02:00
deploy: 1416096527be9fc7edf29a087515f0ac62ce8419
This commit is contained in:
parent
ba9d92cce0
commit
31b2d4e400
@ -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
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3124,8 +3124,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user