summary refs log tree commit diff
path: root/changelog.d/10956.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that we reject events which use rejected events for auth (#10956)Richard van der Hoff2021-10-051-0/+1
When we consider whether to accept events, we should not accept those which depend on rejected events for their auth events. This (together with earlier changes such as https://github.com/matrix-org/synapse/pull/10771 and https://github.com/matrix-org/synapse/pull/10896) forms a partial fix to https://github.com/matrix-org/synapse/issues/9595. There still remain code paths where we do not check the `auth_events` at all.