synapse/changelog.d
Richard van der Hoff bbb75ff6ee Exclude rejected state events when calculating state at backwards extrems (#6527)
This fixes a weird bug where, if you were determined enough, you could end up with a rejected event forming part of the state at a backwards-extremity. Authing that backwards extrem would then lead to us trying to pull the rejected event from the db (with allow_rejected=False), which would fail with a 404.
2019-12-16 14:07:29 +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
6526.bugfix Persist auth/state events at backwards extremities when we fetch them (#6526) 2019-12-16 14:07:11 +00:00
6527.bugfix Exclude rejected state events when calculating state at backwards extrems (#6527) 2019-12-16 14:07:29 +00:00
6530.misc Sanity-check room ids in event auth (#6530) 2019-12-16 13:47:34 +00:00
6531.misc sanity-checking for events used in state res (#6531) 2019-12-16 13:53:53 +00:00