synapse complement image: hardcode enabling msc3266 (#17105)

This is an alternative to
https://github.com/matrix-org/matrix-rust-sdk/issues/3340 where we don't
need to change our CI setup too much in the Rust SDK repository, and
still can test MSC3266.
This commit is contained in:
Benjamin Bouvier 2024-05-02 12:48:27 +02:00 committed by GitHub
parent 37558d5e4c
commit c0ea2bf800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

1
changelog.d/17105.misc Normal file
View File

@ -0,0 +1 @@
Enabled MSC3266 by default in the synapse complement image.

View File

@ -102,6 +102,8 @@ experimental_features:
msc3874_enabled: true
# no UIA for x-signing upload for the first time
msc3967_enabled: true
# Expose a room summary for public rooms
msc3266_enabled: true
msc4115_membership_on_events: true