Skip to content

Commit

Permalink
Enable complement tests for msc4229
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 21, 2024
1 parent d13964a commit 76db005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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 @@ -114,6 +114,8 @@ experimental_features:
msc3983_appservice_otk_claims: true
# Proxy key queries to exclusive ASes
msc3984_appservice_key_query: true
# Pass through unsigned device data in /keys/query
msc4229_enabled: true

server_notices:
system_mxid_localpart: _server
Expand Down
1 change: 1 addition & 0 deletions scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ test_packages=(
./tests/msc3902
./tests/msc3967
./tests/msc4140
./tests/msc4229
)

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

0 comments on commit 76db005

Please sign in to comment.