Sfoglia il codice sorgente

Enable sticky events by default if MatrixRTC is enabled

pull/5461/head
Benjamin Blacher 1 settimana fa
parent
commit
6a415810d2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 7E8E65F100314E3B
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Vedi File

@@ -4945,6 +4945,8 @@ matrix_synapse_experimental_features_msc4143_enabled: "{{ matrix_rtc_enabled }}"

matrix_synapse_experimental_features_msc4222_enabled: "{{ matrix_rtc_enabled }}"

matrix_synapse_experimental_features_msc4354_enabled: "{{ matrix_rtc_enabled }}"

# Disable password authentication when delegating authentication to Matrix Authentication Service.
# Unless this is done, Synapse fails on startup with:
# > Error in configuration at 'password_config.enabled':


Caricamento…
Annulla
Salva