mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 04:53:50 +01:00
Update synapse/config/user_directory.py
Co-Authored-By: erikjohnston <erikj@jki.re>
This commit is contained in:
parent
855bf4658d
commit
ab20f85c59
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class UserDirectoryConfig(Config):
|
||||||
# User Directory configuration
|
# User Directory configuration
|
||||||
#
|
#
|
||||||
# 'enabled' defines whether users can search the user directory,
|
# 'enabled' defines whether users can search the user directory,
|
||||||
# defaults to True.
|
# Defaults to true.
|
||||||
# 'search_all_users' defines whether to search all users visible to your HS
|
# 'search_all_users' defines whether to search all users visible to your HS
|
||||||
# when searching the user directory, rather than limiting to users visible
|
# when searching the user directory, rather than limiting to users visible
|
||||||
# in public rooms. Defaults to false. If you set it True, you'll have to run
|
# in public rooms. Defaults to false. If you set it True, you'll have to run
|
||||||
|
|
Loading…
Reference in a new issue