mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 01:45:57 -05:00
bbb75ff6ee
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.