dendrite/syncapi/routing
Kegsay 36bbb25561
Fix ordering when backfilling (#1000)
* 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
..
messages.go Fix ordering when backfilling (#1000) 2020-05-01 16:41:13 +01:00
routing.go Consolidation of roomserver APIs (#994) 2020-05-01 10:48:17 +01:00