From 92d74c293e09e70965dfcc8f685bf054f4c0c7ad Mon Sep 17 00:00:00 2001 From: Ginger Date: Mon, 22 Sep 2025 11:33:45 -0400 Subject: [PATCH] feat: Advertise support for MSC4155 --- src/api/client/unversioned.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/client/unversioned.rs b/src/api/client/unversioned.rs index 7f19bc94..3d4e468a 100644 --- a/src/api/client/unversioned.rs +++ b/src/api/client/unversioned.rs @@ -59,6 +59,7 @@ pub(crate) async fn get_supported_versions_route( ("us.cloke.msc4175".to_owned(), true), /* Profile field for user time zone (https://github.com/matrix-org/matrix-spec-proposals/pull/4175) */ ("org.matrix.simplified_msc3575".to_owned(), true), /* Simplified Sliding sync (https://github.com/matrix-org/matrix-spec-proposals/pull/4186) */ ("uk.timedout.msc4323".to_owned(), true), /* agnostic suspend (https://github.com/matrix-org/matrix-spec-proposals/pull/4323) */ + ("org.matrix.msc4155".to_owned(), true), /* invite filtering (https://github.com/matrix-org/matrix-spec-proposals/pull/4155) */ ]), };