0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-01 17:08:19 +02:00
synapse/changelog.d/9664.misc
Erik Johnston c602ba8336
Fixed undefined variable error in catchup (#9664)
Broke in #9640

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2021-03-24 16:12:47 +00:00

2 lines
164 B
Plaintext

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.