Reorder Synapse config's experimental_features alphabetically

This commit is contained in:
Slavi Pantaleev 2025-03-12 09:05:59 +02:00
parent 5dfbefd649
commit 4fb0b75942

View File

@ -2970,6 +2970,9 @@ background_updates:
#default_batch_size: 50
experimental_features:
{% if matrix_synapse_experimental_features_msc3266_enabled %}
msc3266_enabled: true
{% endif %}
{% if matrix_synapse_experimental_features_msc3861_enabled %}
msc3861:
enabled: true
@ -2984,8 +2987,5 @@ experimental_features:
{% if matrix_synapse_experimental_features_msc4108_enabled %}
msc4108_enabled: true
{% endif %}
{% if matrix_synapse_experimental_features_msc3266_enabled %}
msc3266_enabled: true
{% endif %}
# vim:ft=yaml