dendrite/syncapi/storage
Kegan Dougal 91b8325528 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.
2020-05-01 14:10:34 +01:00
..
postgres Limit database connections (#980, #564) (#998) 2020-05-01 13:34:53 +01:00
sqlite3 Fix ordering when backfilling 2020-05-01 14:10:34 +01:00
tables sql/backwards_extremities: Shift to table format and share code (#985) 2020-04-28 15:50:24 +01:00
interface.go Correctly generate backpagination tokens for events which have the same depth (#996) 2020-05-01 11:01:34 +01:00
storage.go Limit database connections (#980, #564) (#998) 2020-05-01 13:34:53 +01:00
storage_test.go Fix ordering when backfilling 2020-05-01 14:10:34 +01:00
storage_wasm.go Limit database connections (#980, #564) (#998) 2020-05-01 13:34:53 +01:00