diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-10-05 12:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 12:50:07 +0100 |
commit | cb88ed912b3e984e0a409e4e5fd3c22817a4840d (patch) | |
tree | f2bce9c9d2e858ee9e343a023d34d7f7780362cd /changelog.d | |
parent | Run CI with Python 3.10 and Postgres 14 (#10992) (diff) | |
download | synapse-cb88ed912b3e984e0a409e4e5fd3c22817a4840d.tar.xz |
`_check_event_auth`: move event validation earlier (#10988)
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`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10988.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10988.misc b/changelog.d/10988.misc new file mode 100644 index 0000000000..9a765435db --- /dev/null +++ b/changelog.d/10988.misc @@ -0,0 +1 @@ +Clean up some of the federation event authentication code for clarity. |