diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-09-21 12:03:01 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2021-09-21 12:03:01 +0000 |
commit | 0395fda0a58d4d815ded8fdf17370e93c0a94f4a (patch) | |
tree | ec345baba5561f22dd3b4bbf59294089b39b9fc1 /develop/usage | |
parent | deploy: 6b6bb81b23425cf4f8e0c739946783b98ad056b8 (diff) | |
download | synapse-0395fda0a58d4d815ded8fdf17370e93c0a94f4a.tar.xz |
deploy: 60453315bdbbbd364f13ca386de965e015f1062f
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index e85eafeae5..eaea1f9f8e 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -2554,12 +2554,16 @@ user_directory: #enabled: false # Defines whether to search all users visible to your HS when searching - # the user directory, rather than limiting to users visible in public - # rooms. Defaults to false. + # the user directory. If false, search results will only contain users + # visible in public rooms and users sharing a room with the requester. + # Defaults to false. # - # If you set it true, you'll have to rebuild the user_directory search - # indexes, see: - # https://matrix-org.github.io/synapse/latest/user_directory.html + # NB. If you set this to true, and the last time the user_directory search + # indexes were (re)built was before Synapse 1.44, you'll have to + # rebuild the indexes in order to search through all known users. + # These indexes are built the first time Synapse starts; admins can + # manually trigger a rebuild following the instructions at + # https://matrix-org.github.io/synapse/latest/user_directory.html # # Uncomment to return search results containing all known users, even if that # user does not share a room with the requester. |