Skip to content

Commit b665309

Browse files
committed
Configure Synapse to test MSC4306 Thread Subscriptions in Complement
1 parent 3671bdb commit b665309

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker/complement/conf/workers-shared-extra.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ experimental_features:
133133
msc3984_appservice_key_query: true
134134
# Invite filtering
135135
msc4155_enabled: true
136+
# Thread Subscriptions
137+
msc4306_enabled: true
136138

137139
server_notices:
138140
system_mxid_localpart: _server

scripts-dev/complement.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ test_packages=(
230230
./tests/msc3967
231231
./tests/msc4140
232232
./tests/msc4155
233+
./tests/msc4306
233234
)
234235

235236
# Enable dirty runs, so tests will reuse the same container where possible.

0 commit comments

Comments
 (0)