dendrite/syncapi/routing
S7evinK cf525d1f61
Implement /context (#2207)
* Add QueryEventsAfter

* Add /context

* Make all tests pass on sqlite

* Add queries to get the events for /context requests

* Move /context to the syncapi

* Revert "Add QueryEventsAfter"

This reverts commit 440a771d10632622e8c65d35fe90f0804bc98862.

* Simplify getting the required events

* Apply RoomEventFilter when getting events

* Add passing tests

* Remove logging

* Remove unused SQL statements
Update comments & add TODO
2022-02-21 17:12:22 +01:00
..
context_test.go Implement /context (#2207) 2022-02-21 17:12:22 +01:00
context.go Implement /context (#2207) 2022-02-21 17:12:22 +01:00
filter.go Implement /sync limited and read timeline limit from stored filters (#1168) 2020-06-26 15:34:41 +01:00
messages.go Rename Riot to Element (#1874) 2021-07-20 09:45:40 +01:00
routing.go Implement /context (#2207) 2022-02-21 17:12:22 +01:00