From 763d9b3de86c14fc407e73bc6e25e65de08a5077 Mon Sep 17 00:00:00 2001 From: Niklas Wojtkowiak Date: Mon, 23 Feb 2026 18:09:57 -0500 Subject: [PATCH] fixup! fix(api): restore backwards compatibility for RTC foci config --- changelog.d/1442.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/1442.feature b/changelog.d/1442.feature index e2b65d00..740709c2 100644 --- a/changelog.d/1442.feature +++ b/changelog.d/1442.feature @@ -1 +1 @@ -Implement MSC4143 MatrixRTC transport discovery endpoints (`GET /_matrix/client/v1/rtc/transports` and the unstable prefix equivalent). Move RTC foci configuration from `[global.well_known]` to a new `[global.matrix_rtc]` section with a `foci` field. Contributed by @0xnim +Implement MSC4143 MatrixRTC transport discovery endpoint. Move RTC foci configuration from `[global.well_known]` to a new `[global.matrix_rtc]` section with a `foci` field. Contributed by @0xnim