summary refs log tree commit diff
path: root/changelog.d/6527.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude rejected state events when calculating state at backwards extrems ↵Richard van der Hoff2019-12-161-0/+1
(#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.