Till Faelligen
|
f603b094ee
|
Add membership events to the end of the list, to ensure Sytest sees them
|
2022-03-14 12:53:43 +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 440a771d10.
* 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 |
|