We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37558d5 commit 81b720dCopy full SHA for 81b720d
changelog.d/17105.misc
@@ -0,0 +1 @@
1
+Enabled MSC3266 by default in the synapse complement image.
docker/complement/conf/workers-shared-extra.yaml.j2
@@ -102,6 +102,8 @@ experimental_features:
102
msc3874_enabled: true
103
# no UIA for x-signing upload for the first time
104
msc3967_enabled: true
105
+ # Expose a room summary for public rooms
106
+ msc3266_enabled: true
107
108
msc4115_membership_on_events: true
109
0 commit comments