0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 18:38:30 +02:00
dendrite/syncapi/routing
Neil Alexander 475d3c1af9
Better mapping of stream positions to topological positions in /messages (#2263)
* Convert stream positions into topological positions for both `from` and `to` in `/messages`

* Hopefully it works now

* Remove unnecessary logging

* Return sane values if `StreamToTopologicalPosition` can't work out the right thing to do

* Revert logging change

* tweaks

* Fix `selectEventIDsInRangeASCSQL`

* Test `Getting messages going forward is limited for a departed room (SPEC-216)` was passing incorrectly so un-whitelist it
2022-03-18 10:40:01 +00:00
..
context.go Fix /context with lazy_load_members (#2277) 2022-03-14 20:04:24 +01:00
context_test.go Return state on calls to /message and lazy load members (#2218) 2022-03-01 14:39:56 +00:00
filter.go Implement /sync limited and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
messages.go Better mapping of stream positions to topological positions in /messages (#2263) 2022-03-18 10:40:01 +00:00
routing.go Implement /context (#2207) 2022-02-21 17:12:22 +01:00