Procházet zdrojové kódy

Reorder experimental_features in homeserver.yaml.j2 alphabetically

pull/4171/head
Slavi Pantaleev před 1 rokem
committed by GitHub
rodič
revize
f474dff907
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 3
- 3
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Zobrazit soubor

@@ -2987,12 +2987,12 @@ experimental_features:
{% if matrix_synapse_experimental_features_msc4108_enabled %}
msc4108_enabled: true
{% endif %}
{% if matrix_synapse_experimental_features_msc4140_enabled %}
msc4140_enabled: true
{% endif %}
{% if matrix_synapse_experimental_features_msc4133_enabled %}
msc4133_enabled: true
{% endif %}
{% if matrix_synapse_experimental_features_msc4140_enabled %}
msc4140_enabled: true
{% endif %}
{% if matrix_synapse_experimental_features_msc4222_enabled %}
msc4222_enabled: true
{% endif %}


Načítá se…
Zrušit
Uložit