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 /scripts-dev | |
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 'scripts-dev')
-rwxr-xr-x | scripts-dev/complement.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh index 29568eded8..972244f4c9 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh @@ -65,4 +65,4 @@ if [[ -n "$1" ]]; then fi # Run the tests! -go test -v -tags synapse_blacklist,msc2946,msc3083,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/... +go test -v -tags synapse_blacklist,msc2946,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests/... |