mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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.
2 lines
120 B
Plaintext
2 lines
120 B
Plaintext
Prevent an entire iteration of the device list resync loop from failing if one server responds with a malformed result.
|