summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-10-05 12:50:07 +0100
committerGitHub <noreply@github.com>2021-10-05 12:50:07 +0100
commitcb88ed912b3e984e0a409e4e5fd3c22817a4840d (patch)
treef2bce9c9d2e858ee9e343a023d34d7f7780362cd /changelog.d
parentRun CI with Python 3.10 and Postgres 14 (#10992) (diff)
downloadsynapse-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.misc1
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.