From 1658b3bf6c1fcab3e913ed23555a388dd376deda Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 9 May 2026 17:14:47 -0400 Subject: [PATCH] chore: Add changelog --- changelog.d/1752.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1752.bugfix diff --git a/changelog.d/1752.bugfix b/changelog.d/1752.bugfix new file mode 100644 index 000000000..274ee3365 --- /dev/null +++ b/changelog.d/1752.bugfix @@ -0,0 +1 @@ +Fixed an issue where Continuwuity would only advertise support for the unstable endpoint for Mutual Rooms (MSC2666), despite only supporting the stable endpoint. Contributed by @Henry-Hiles (QuadRadical)