Richard van der Hoff 25f1244329
Check the room_id of events when fetching room state/auth (#6524)
When we request the state/auth_events to populate a backwards extremity (on
backfill or in the case of missing events in a transaction push), we should
check that the returned events are in the right room rather than blindly using
them in the room state or auth chain.

Given that _get_events_from_store_or_dest takes a room_id, it seems clear that
it should be sanity-checking the room_id of the requested events, so let's do
it there.
2019-12-12 12:57:45 +00:00
..
2019-12-10 13:17:39 +00:00
2019-10-02 05:29:01 -07:00
2019-09-12 11:42:47 +01:00
2019-12-11 14:14:30 +00:00
2019-12-11 13:56:50 +00:00
2019-12-05 17:58:25 +00:00
2019-06-20 19:32:02 +10:00
2019-11-28 20:35:22 +00:00