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.