1
0

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>
This commit is contained in:
Will Hunt
2025-06-05 11:49:09 +01:00
committed by GitHub
parent 586b82e580
commit 8010377a88
17 changed files with 542 additions and 5 deletions
+1
View File
@@ -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.