From 67615dcc810def7e6bb3625a2b93c0fafec7fa12 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 14 Jul 2026 17:02:15 +0100 Subject: [PATCH] fix changelog --- changelog.d/18031.bugfix | 1 - changelog.d/19957.bugfix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog.d/18031.bugfix create mode 100644 changelog.d/19957.bugfix diff --git a/changelog.d/18031.bugfix b/changelog.d/18031.bugfix deleted file mode 100644 index 045f9135a4..0000000000 --- a/changelog.d/18031.bugfix +++ /dev/null @@ -1 +0,0 @@ -Reflect out-of-band membership events (invite rejections, knock rescissions and denials) in `state_after` (MSC4222) on `/sync`, so that clients which no longer apply timeline events to room state learn of the membership change. diff --git a/changelog.d/19957.bugfix b/changelog.d/19957.bugfix new file mode 100644 index 0000000000..f740a58789 --- /dev/null +++ b/changelog.d/19957.bugfix @@ -0,0 +1 @@ +Reflect out-of-band membership events (invite rejections, rescinded knocks and rejected knocks) in `state_after` (MSC4222) on `/sync`, so that clients which no longer apply timeline events to room state learn of the membership change.