mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
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:
parent
37558d5e4c
commit
c0ea2bf800
2 changed files with 3 additions and 0 deletions
1
changelog.d/17105.misc
Normal file
1
changelog.d/17105.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Enabled MSC3266 by default in the synapse complement image.
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue