summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-24 16:12:47 +0000
committerGitHub <noreply@github.com>2021-03-24 16:12:47 +0000
commitc602ba833627139103830f76803fc37b4adce37a (patch)
tree3774236842250e1bca862839e3b0d437e50ae71f /changelog.d
parentFix typo in changelog. (diff)
downloadsynapse-c602ba833627139103830f76803fc37b4adce37a.tar.xz
Fixed undefined variable error in catchup (#9664)
Broke in #9640

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9664.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9664.misc b/changelog.d/9664.misc
new file mode 100644
index 0000000000..3d410ed4cd
--- /dev/null
+++ b/changelog.d/9664.misc
@@ -0,0 +1 @@
+Improve performance of federation catch up by sending events the latest events in the room to the remote, rather than just the last event sent by the local server.