From c602ba833627139103830f76803fc37b4adce37a Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 24 Mar 2021 16:12:47 +0000 Subject: Fixed undefined variable error in catchup (#9664) Broke in #9640 Co-authored-by: Patrick Cloke --- changelog.d/9664.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9664.misc (limited to 'changelog.d') 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. -- cgit 1.4.1