summary refs log tree commit diff
path: root/changelog.d/10771.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Persist auth events before the events that rely on them (#10771)Richard van der Hoff2021-09-081-0/+1
If we're persisting an event E which has auth_events A1, A2, then we ought to make sure that we correctly auth and persist A1 and A2, before we blindly accept E. This PR does part of that - it persists the auth events first - but it does not fully solve the problem, because we still don't check that the auth events weren't rejected.