S7evinK
a2cf1aaf48
Fix /context with lazy_load_members ( #2277 )
...
* Add membership events to the end of the list, to ensure Sytest sees them
* Move tests to allowlist
* Append to correct list, fix logging message
* Add flakey tests to blacklist
* Remove flakey tests from whitelist
2022-03-14 20:04:24 +01:00
Neil Alexander
72022a6ecf
Return 404 if event given to /context
was not found ( #2245 )
2022-03-03 17:58:24 +00:00
S7evinK
af610df85a
Return state on calls to /message and lazy load members ( #2218 )
...
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-03-01 14:39:56 +00:00
Neil Alexander
bbe7d37928
Fix logic error on context history visibility ( #2211 )
2022-02-21 16:38:53 +00:00
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