mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-07 08:26:50 +00:00
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.
|