From c0ea2bf8005dc18463bded62ef84f8450955bece Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Thu, 2 May 2024 12:48:27 +0200 Subject: 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. --- docker/complement/conf/workers-shared-extra.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker') diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2 index a2c378f547..4c41ee7709 100644 --- a/docker/complement/conf/workers-shared-extra.yaml.j2 +++ b/docker/complement/conf/workers-shared-extra.yaml.j2 @@ -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 -- cgit 1.4.1