Ver código fonte

Reorder experimental_features in homeserver.yaml.j2 alphabetically

pull/4171/head
Slavi Pantaleev 1 ano atrás
committed by GitHub
pai
commit
f474dff907
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com 3 adições e 3 exclusõ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 arquivo

@@ -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
Salvar