diff options
author | MatMaul <MatMaul@users.noreply.github.com> | 2023-08-10 09:11:55 +0000 |
---|---|---|
committer | MatMaul <MatMaul@users.noreply.github.com> | 2023-08-10 09:11:55 +0000 |
commit | 0eea535e6e427fc09b0e8897c6bc8bccc295bb25 (patch) | |
tree | 80da85c169b7bf0d053cb774bfaa4121069e7f5e /develop/usage | |
parent | deploy: 8e09b8aecbd01adb367b7a845348e9985f7a98af (diff) | |
download | synapse-0eea535e6e427fc09b0e8897c6bc8bccc295bb25.tar.xz |
deploy: dac97642e41f3f4bc0deff0c80b6a3f7acb4dbc0
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 1719e87a65..819e971d20 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3265,12 +3265,16 @@ user does not share a room with the requester.</p> If set to true, local users are more likely to appear above remote users when searching the user directory. Defaults to false.</p> </li> +<li> +<p><code>show_locked_users</code>: Defines whether to show locked users in search query results. Defaults to false.</p> +</li> </ul> <p>Example configuration:</p> <pre><code class="language-yaml">user_directory: enabled: false search_all_users: true prefer_local_users: true + show_locked_users: true </code></pre> <hr /> <h3 id="user_consent"><a class="header" href="#user_consent"><code>user_consent</code></a></h3> |