summary refs log tree commit diff
path: root/changelog.d/10988.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* `_check_event_auth`: move event validation earlier (#10988)Richard van der Hoff2021-10-051-0/+1
There's little point in doing a fancy state reconciliation dance if the event itself is invalid. Likewise, there's no point checking it again in `_check_for_soft_fail`.