Skip to content

Commit

Permalink
synapse complement image: hardcode enabling msc3266 (#17105)
Browse files Browse the repository at this point in the history
This is an alternative to
matrix-org/matrix-rust-sdk#3340 where we don't
need to change our CI setup too much in the Rust SDK repository, and
still can test MSC3266.
  • Loading branch information
bnjbvr authored May 2, 2024
1 parent 37558d5 commit c0ea2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17105.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Enabled MSC3266 by default in the synapse complement image.
2 changes: 2 additions & 0 deletions docker/complement/conf/workers-shared-extra.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0ea2bf

Please sign in to comment.