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>2022-07-01 10:52:10 +0100
committerGitHub <noreply@github.com>2022-07-01 10:52:10 +0100
commit6da861ae6937e85689825c06c9198673f5209a2b (patch)
tree137a86a0ccc97be6a2d50f32f14604a9a9a5597c /changelog.d
parentSkip waiting for full state for incoming events (#13144) (diff)
downloadsynapse-6da861ae6937e85689825c06c9198673f5209a2b.tar.xz
`_process_received_pdu`: Improve exception handling (#13145)
`_check_event_auth` is expected to raise `AuthError`s, so no need to log it
again.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13145.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13145.misc b/changelog.d/13145.misc
new file mode 100644
index 0000000000..d5e2dba866
--- /dev/null
+++ b/changelog.d/13145.misc
@@ -0,0 +1 @@
+Improve exception handling when processing events received over federation.