From 8010377a88499c63e5e5268fabdcb0db20d530e9 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Thu, 5 Jun 2025 11:49:09 +0100 Subject: 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> --- scripts-dev/complement.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts-dev/complement.sh') 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. -- cgit 1.5.1