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-11 11:42:24 +0100
committerGitHub <noreply@github.com>2022-08-11 10:42:24 +0000
commit507c1cb3309e989d84ec3ff9557a96ae1fc7f369 (patch)
treed0ff6f14715ae9df656fbaff9df2d5974770b67b /changelog.d
parentUse literals in place of `HTTPStatus` constants in tests (#13488) (diff)
downloadsynapse-507c1cb3309e989d84ec3ff9557a96ae1fc7f369.tar.xz
Update the rejected state of events during resync (#13459)
Events can be un-rejected or newly-rejected during resync, so ensure we update
the database and caches when that happens.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13459.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13459.misc b/changelog.d/13459.misc
new file mode 100644
index 0000000000..e6082210a0
--- /dev/null
+++ b/changelog.d/13459.misc
@@ -0,0 +1 @@
+Faster joins: update the rejected state of events during de-partial-stating.