diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-07-01 10:52:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 10:52:10 +0100 |
commit | 6da861ae6937e85689825c06c9198673f5209a2b (patch) | |
tree | 137a86a0ccc97be6a2d50f32f14604a9a9a5597c /changelog.d | |
parent | Skip waiting for full state for incoming events (#13144) (diff) | |
download | synapse-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.misc | 1 |
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. |