diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-23 12:54:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 12:54:50 +0100 |
commit | 8beead66ae48aa11f1e25da42256eb92b8bce099 (patch) | |
tree | 5f8b22b1c5712f8a5ada8f3f3f0681bdcfd38f3a /scripts-dev | |
parent | Drop Origin & Accept from Access-Control-Allow-Headers value (#10114) (diff) | |
download | synapse-8beead66ae48aa11f1e25da42256eb92b8bce099.tar.xz |
Send out invite rejections and knocks over federation (#10223)
ensure that events sent via `send_leave` and `send_knock` are sent on to the rest of the federation.
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 ba060104c3..aca32edc17 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,msc2716 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests +go test -v -tags synapse_blacklist,msc2946,msc3083,msc2716,msc2403 -count=1 $EXTRA_COMPLEMENT_ARGS ./tests |