From 0eea535e6e427fc09b0e8897c6bc8bccc295bb25 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Thu, 10 Aug 2023 09:11:55 +0000 Subject: deploy: dac97642e41f3f4bc0deff0c80b6a3f7acb4dbc0 --- develop/usage/configuration/config_documentation.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'develop/usage/configuration/config_documentation.html') 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.

If set to true, local users are more likely to appear above remote users when searching the user directory. Defaults to false.

+
  • +

    show_locked_users: Defines whether to show locked users in search query results. Defaults to false.

    +
  • Example configuration:

    user_directory:
         enabled: false
         search_all_users: true
         prefer_local_users: true
    +    show_locked_users: true
     

    -- cgit 1.5.1