mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
Fix "There was no active span when trying to log." error (#7698)
This commit is contained in:
parent
7d2532be36
commit
4241a10673
2 changed files with 2 additions and 0 deletions
|
@ -691,6 +691,7 @@ class DeviceListUpdater(object):
|
|||
|
||||
return False
|
||||
|
||||
@trace
|
||||
@defer.inlineCallbacks
|
||||
def _maybe_retry_device_resync(self):
|
||||
"""Retry to resync device lists that are out of sync, except if another retry is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue