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.
This commit is contained in:
Richard van der Hoff 2021-06-23 12:54:50 +01:00 committed by GitHub
parent 27c06a6e06
commit 8beead66ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View file

@ -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