Ver a proveniência

Reorder experimental_features in homeserver.yaml.j2 alphabetically

pull/4171/head
Slavi Pantaleev há 1 ano
committed by GitHub
ascendente
cometimento
f474dff907
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 3
- 3
roles/custom/matrix-synapse/templates/synapse/homeserver.yaml.j2 Ver ficheiro

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


Carregando…
Cancelar
Guardar