synapse-product/changelog.d/7609.bugfix
Brendan Abolivier c1bdd4fac7
Don't fail all of an iteration of the device list retry loop on error (#7609)
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.
2020-06-01 12:55:14 +02:00

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.