Enable room summary API (MSC3266) support for Synapse to support Element X clients

This commit is contained in:
Iruwen
2025-03-06 14:48:23 +01:00
committed by GitHub
parent f6ba56e15d
commit 55e47d69db
2 changed files with 12 additions and 0 deletions

View File

@ -2984,5 +2984,8 @@ 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