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 3671bdb commit b665309Copy full SHA for b665309
docker/complement/conf/workers-shared-extra.yaml.j2
@@ -133,6 +133,8 @@ experimental_features:
133
msc3984_appservice_key_query: true
134
# Invite filtering
135
msc4155_enabled: true
136
+ # Thread Subscriptions
137
+ msc4306_enabled: true
138
139
server_notices:
140
system_mxid_localpart: _server
scripts-dev/complement.sh
@@ -230,6 +230,7 @@ test_packages=(
230
./tests/msc3967
231
./tests/msc4140
232
./tests/msc4155
233
+ ./tests/msc4306
234
)
235
236
# Enable dirty runs, so tests will reuse the same container where possible.
0 commit comments