mirror of
https://github.com/1f349/dendrite.git
synced 2025-02-16 19:38:35 +00:00
* Fix ordering when backfilling The problem was that we weren't sorting the returned events by depth when sending them back to the caller, instead we were sorting by prev_events which is not the same thing. * Fixup tests