synapse/changelog.d/13145.misc
Richard van der Hoff 6da861ae69
_process_received_pdu: Improve exception handling (#13145)
`_check_event_auth` is expected to raise `AuthError`s, so no need to log it
again.
2022-07-01 10:52:10 +01:00

2 lines
76 B
Plaintext

Improve exception handling when processing events received over federation.