diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-09-16 12:45:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 12:45:04 +0100 |
commit | b73cbb82157d9666e8d667733afebc0d09ed858c (patch) | |
tree | b89b816b51f15fa7ea21e312dff3d27eca3db787 /changelog.d | |
parent | Document common fix of Poetry problems by removing egg-info (#13785) (diff) | |
download | synapse-b73cbb82157d9666e8d667733afebc0d09ed858c.tar.xz |
Avoid putting rejected events in room state (#13723)
Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13723.bugfix | 1 |
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. |