mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Upgrade Synapse (1.43.0 -> 1.44.0)
This commit is contained in:
parent
bad2c5296e
commit
278bbae4d5
@ -15,8 +15,8 @@ matrix_synapse_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_cont
|
|||||||
# amd64 gets released first.
|
# amd64 gets released first.
|
||||||
# arm32 relies on self-building, so the same version can be built immediately.
|
# arm32 relies on self-building, so the same version can be built immediately.
|
||||||
# arm64 users need to wait for a prebuilt image to become available.
|
# arm64 users need to wait for a prebuilt image to become available.
|
||||||
matrix_synapse_version: v1.43.0
|
matrix_synapse_version: v1.44.0
|
||||||
matrix_synapse_version_arm64: v1.43.0
|
matrix_synapse_version_arm64: v1.44.0
|
||||||
matrix_synapse_docker_image_tag: "{{ matrix_synapse_version if matrix_architecture in ['arm32', 'amd64'] else matrix_synapse_version_arm64 }}"
|
matrix_synapse_docker_image_tag: "{{ matrix_synapse_version if matrix_architecture in ['arm32', 'amd64'] else matrix_synapse_version_arm64 }}"
|
||||||
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"
|
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"
|
||||||
|
|
||||||
|
@ -2612,12 +2612,16 @@ user_directory:
|
|||||||
#enabled: false
|
#enabled: false
|
||||||
|
|
||||||
# Defines whether to search all users visible to your HS when searching
|
# Defines whether to search all users visible to your HS when searching
|
||||||
# the user directory, rather than limiting to users visible in public
|
# the user directory. If false, search results will only contain users
|
||||||
# rooms. Defaults to false.
|
# 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
|
# NB. If you set this to true, and the last time the user_directory search
|
||||||
# indexes, see:
|
# indexes were (re)built was before Synapse 1.44, you'll have to
|
||||||
# https://github.com/matrix-org/synapse/blob/master/docs/user_directory.md
|
# 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
|
# Uncomment to return search results containing all known users, even if that
|
||||||
# user does not share a room with the requester.
|
# user does not share a room with the requester.
|
||||||
|
Loading…
Reference in New Issue
Block a user