Quellcode durchsuchen

Reorder experimental_features in homeserver.yaml.j2 alphabetically

pull/4171/head
Slavi Pantaleev vor 1 Jahr
committed by GitHub
Ursprung
Commit
f474dff907
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +3
    -3
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 3
- 3
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Datei anzeigen

@@ -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 %}


Laden…
Abbrechen
Speichern