Browse Source

Enable sticky events by default if MatrixRTC is enabled

pull/5462/head
Benjamin Blacher 2 days ago
committed by Slavi Pantaleev
parent
commit
7105720683
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers View 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_msc4222_enabled: "{{ matrix_rtc_enabled }}"


matrix_synapse_experimental_features_msc4354_enabled: "{{ matrix_rtc_enabled }}"

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


Loading…
Cancel
Save