0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-28 01:08:30 +02:00
dendrite/syncapi/routing
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
..
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 Fix a panic in OnIncomingMessagesRequest (#2250) 2022-03-04 10:24:26 +00:00
routing.go Implement /context (#2207) 2022-02-21 17:12:22 +01:00