mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-13 08:51:29 +00:00
Reorder Synapse config's experimental_features
alphabetically
This commit is contained in:
parent
5dfbefd649
commit
4fb0b75942
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user