Upgrade Synapse (v1.21.2 -> v1.22.0)

This commit is contained in:
Slavi Pantaleev
2020-10-27 14:24:02 +02:00
parent 5430a65411
commit 70f0b97a0a
2 changed files with 4 additions and 4 deletions

View File

@ -917,7 +917,7 @@ matrix_client_element_jitsi_preferredDomain: "{{ matrix_server_fqn_jitsi if matr
#
######################################################################
matrix_synapse_container_image_self_build: "{{ matrix_architecture != 'amd64'}}"
matrix_synapse_container_image_self_build: "{{ matrix_architecture not in ['arm32', 'arm64', 'amd64'] }}"
# When ma1sd is enabled, we can use it to validate email addresses and phone numbers.
# Synapse can validate email addresses by itself as well, but it's probably not what we want by default when we have an identity server.