Kaynağa Gözat

fix for string concatenation on matrix_synapse_account_threepid_delegates_email and matrix_synapse_account_threepid_delegates_msisdn

pull/1370/head
b 4 yıl önce
ebeveyn
işleme
2e4a899709
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. +1
    -0
      .gitignore
  2. +2
    -2
      group_vars/matrix_servers

+ 1
- 0
.gitignore Dosyayı Görüntüle

@@ -5,3 +5,4 @@
/roles/*/files/scratchpad
.DS_Store
.python-version
.editorconfig

+ 2
- 2
group_vars/matrix_servers Dosyayı Görüntüle

@@ -1709,8 +1709,8 @@ matrix_synapse_container_image_self_build: "{{ matrix_architecture not in ['arm6

# 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.
matrix_synapse_account_threepid_delegates_email: "{{ 'http://matrix-ma1sd:{{ matrix_ma1sd_default_port }}' if matrix_ma1sd_enabled else '' }}"
matrix_synapse_account_threepid_delegates_msisdn: "{{ 'http://matrix-ma1sd:{{ matrix_ma1sd_default_port }}' if matrix_ma1sd_enabled else '' }}"
matrix_synapse_account_threepid_delegates_email: "{{ 'http://matrix-ma1sd:' + matrix_ma1sd_default_port|string if matrix_ma1sd_enabled else '' }}"
matrix_synapse_account_threepid_delegates_msisdn: "{{ 'http://matrix-ma1sd:' + matrix_ma1sd_default_port|string if matrix_ma1sd_enabled else '' }}"

# Normally, matrix-nginx-proxy is enabled and nginx can reach Synapse over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it,


Yükleniyor…
İptal
Kaydet