mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-30 03:43:21 -05:00
6920d88892
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.