dendrite/syncapi/routing
Neil Alexander 7fc62d8178
Fix a panic in OnIncomingMessagesRequest (#2250)
It's possible for `GetStateEvent` to return `nil` if there was no error but the state event wasn't found. Therefore we need to be prepared for that case.

This should fix #2247.
2022-03-04 10:24:26 +00:00
..
context_test.go Return state on calls to /message and lazy load members (#2218) 2022-03-01 14:39:56 +00:00
context.go Return 404 if event given to /context was not found (#2245) 2022-03-03 17:58:24 +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