4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-10 06:03:09 +00:00
Kegsay 36bbb25561
Fix ordering when backfilling ()
* 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
2020-05-01 16:41:13 +01:00
..