feat: Advertise support for MSC4155

(cherry picked from commit 92d74c293e)
This commit is contained in:
Ginger 2025-09-22 11:33:45 -04:00 committed by timedout
parent b70470fa71
commit 4182a67df2
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -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) */
]),
};