File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ matrix_synapse_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_cont
1515# amd64 gets released first.
1616# arm32 relies on self-building, so the same version can be built immediately.
1717# arm64 users need to wait for a prebuilt image to become available.
18- matrix_synapse_version : v1.43 .0
19- matrix_synapse_version_arm64 : v1.43 .0
18+ matrix_synapse_version : v1.44 .0
19+ matrix_synapse_version_arm64 : v1.44 .0
2020matrix_synapse_docker_image_tag : " {{ matrix_synapse_version if matrix_architecture in ['arm32', 'amd64'] else matrix_synapse_version_arm64 }}"
2121matrix_synapse_docker_image_force_pull : " {{ matrix_synapse_docker_image.endswith(':latest') }}"
2222
Original file line number Diff line number Diff line change @@ -2612,12 +2612,16 @@ user_directory:
26122612 # enabled: false
26132613
26142614 # Defines whether to search all users visible to your HS when searching
2615- # the user directory, rather than limiting to users visible in public
2616- # rooms. Defaults to false.
2617- #
2618- # If you set it true, you'll have to rebuild the user_directory search
2619- # indexes, see:
2620- # https://github.com/matrix-org/synapse/blob/master/docs/user_directory.md
2615+ # the user directory. If false, search results will only contain users
2616+ # visible in public rooms and users sharing a room with the requester.
2617+ # Defaults to false.
2618+ #
2619+ # NB. If you set this to true, and the last time the user_directory search
2620+ # indexes were (re)built was before Synapse 1.44, you'll have to
2621+ # rebuild the indexes in order to search through all known users.
2622+ # These indexes are built the first time Synapse starts; admins can
2623+ # manually trigger a rebuild following the instructions at
2624+ # https://matrix-org.github.io/synapse/latest/user_directory.html
26212625 #
26222626 # Uncomment to return search results containing all known users, even if that
26232627 # user does not share a room with the requester.
You can’t perform that action at this time.
0 commit comments