synapse/changelog.d
Richard van der Hoff 35bbe4ca79 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-16 13:47:07 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
6501.misc Refactor get_events_from_store_or_dest to return a dict (#6501) 2019-12-16 13:19:32 +00:00
6503.misc Move get_state methods into FederationHandler (#6503) 2019-12-16 13:20:21 +00:00
6521.misc Add include_event_in_state to _get_state_for_room (#6521) 2019-12-16 13:26:12 +00:00
6524.misc Check the room_id of events when fetching room state/auth (#6524) 2019-12-16 13:47:07 +00:00