mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 06:21:49 +01:00
c1bdd4fac7
Without this patch, if an error happens which isn't caught by `user_device_resync`, then `_maybe_retry_device_resync` would fail, without retrying the next users in the iteration. This patch fixes this so that it now only logs an error in this case.
1 line
120 B
Text
1 line
120 B
Text
Prevent an entire iteration of the device list resync loop from failing if one server responds with a malformed result.
|