summary refs log tree commit diff
path: root/scripts-dev/complement.sh
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2025-06-05 11:49:09 +0100
committerGitHub <noreply@github.com>2025-06-05 11:49:09 +0100
commit8010377a88499c63e5e5268fabdcb0db20d530e9 (patch)
treea68aa04efbb3cfe7d2ad04bd7e81faaf7d25e503 /scripts-dev/complement.sh
parentPropose `CAP_NET_BIND_SERVICE` instead running Synapse with root (#18408) (diff)
downloadsynapse-8010377a88499c63e5e5268fabdcb0db20d530e9.tar.xz
Add support for MSC4155 Invite filtering (#18288)
This implements
https://github.com/matrix-org/matrix-spec-proposals/pull/4155, which
adds support for a new account data type that blocks an invite based on
some conditions in the event contents.

---------

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'scripts-dev/complement.sh')
-rwxr-xr-xscripts-dev/complement.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh

index 6be9177f11..08b500ecd6 100755 --- a/scripts-dev/complement.sh +++ b/scripts-dev/complement.sh
@@ -229,6 +229,7 @@ test_packages=( ./tests/msc3902 ./tests/msc3967 ./tests/msc4140 + ./tests/msc4155 ) # Enable dirty runs, so tests will reuse the same container where possible.