summary refs log tree commit diff
path: root/changelog.d/13723.bugfix
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-09-16 12:45:04 +0100
committerGitHub <noreply@github.com>2022-09-16 12:45:04 +0100
commitb73cbb82157d9666e8d667733afebc0d09ed858c (patch)
treeb89b816b51f15fa7ea21e312dff3d27eca3db787 /changelog.d/13723.bugfix
parentDocument common fix of Poetry problems by removing egg-info (#13785) (diff)
downloadsynapse-b73cbb82157d9666e8d667733afebc0d09ed858c.tar.xz
Avoid putting rejected events in room state (#13723)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d/13723.bugfix')
-rw-r--r--changelog.d/13723.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13723.bugfix b/changelog.d/13723.bugfix
new file mode 100644
index 0000000000..a23174d31d
--- /dev/null
+++ b/changelog.d/13723.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where previously rejected events could end up in room state because they pass auth checks given the current state of the room.