summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-08-01 11:20:05 +0100
committerGitHub <noreply@github.com>2022-08-01 11:20:05 +0100
commit23768ccb4d00ae6d4c01d30178ba223a4bbb10f2 (patch)
tree146adda4e28cb447dc4313d20adb778ec1c60bad /changelog.d
parentMerge tag 'v1.64.0rc2' into develop (diff)
downloadsynapse-23768ccb4d00ae6d4c01d30178ba223a4bbb10f2.tar.xz
Faster joins: fix rejected events becoming un-rejected during resync (#13413)
Make sure that we re-check the auth rules during state resync, otherwise
rejected events get un-rejected.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13413.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13413.bugfix b/changelog.d/13413.bugfix
new file mode 100644
index 0000000000..a0ce884274
--- /dev/null
+++ b/changelog.d/13413.bugfix
@@ -0,0 +1 @@
+Faster room joins: fix a bug which caused rejected events to become un-rejected during state syncing.
\ No newline at end of file