diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-11-29 10:43:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 15:43:20 +0000 |
commit | 9d1971a5c440fe2bb92ea092d17ac00d37e36466 (patch) | |
tree | 8cbecb1151ef15ce7a5d73d93c6f11981c3020d9 /.github | |
parent | Update the media repository documentation (#11415) (diff) | |
download | synapse-9d1971a5c440fe2bb92ea092d17ac00d37e36466.tar.xz |
Return the stable `event` field from `/send_join` per MSC3083. (#11413)
This does not remove the unstable field and still parses both. Handling of the unstable field will need to be removed in the future.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8d7e8cafd9..3bee4ee9f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -374,7 +374,7 @@ jobs: working-directory: complement/dockerfiles # Run Complement - - run: go test -v -tags synapse_blacklist,msc2403,msc2946,msc3083 ./tests/... + - run: go test -v -tags synapse_blacklist,msc2403,msc2946 ./tests/... env: COMPLEMENT_BASE_IMAGE: complement-synapse:latest working-directory: complement |