1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-25 02:04:27 -05:00
dendrite/syncapi/storage
Kegsay b28674435e
Correctly generate backpagination tokens for events which have the same depth ()
* Correctly generate backpagination tokens for events which have the same depth

With tests. Unfortunately the code around here is hard to understand.
There will be a subsequent PR which fixes this up now that we have a test
harness in place.

* Add postgres impl

* More linting

* Fix psql statement so it actually works
2020-05-01 11:01:34 +01:00
..
postgres Correctly generate backpagination tokens for events which have the same depth () 2020-05-01 11:01:34 +01:00
sqlite3 Correctly generate backpagination tokens for events which have the same depth () 2020-05-01 11:01:34 +01:00
tables sql/backwards_extremities: Shift to table format and share code () 2020-04-28 15:50:24 +01:00
interface.go Correctly generate backpagination tokens for events which have the same depth () 2020-05-01 11:01:34 +01:00
storage.go Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00
storage_test.go Correctly generate backpagination tokens for events which have the same depth () 2020-05-01 11:01:34 +01:00
storage_wasm.go Add peer-to-peer support into Dendrite via libp2p and fetch () 2020-03-06 10:23:55 +00:00