mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 06:34:45 +00:00
220a733d73
When processing an incoming event over federation, we may try and resolve any unexpected differences in auth events. This is a non-essential process and so should not stop the processing of the event if it fails (e.g. due to the remote disappearing or not implementing the necessary endpoints). Fixes #3330