mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 07:52:56 +01:00
Opentracing context cannot be none
This commit is contained in:
parent
93bc9d73bf
commit
5ade977d08
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ class DeviceStore(DeviceWorkerStore, BackgroundUpdateStore):
|
||||||
"ts": now,
|
"ts": now,
|
||||||
"opentracing_context": json.dumps(context)
|
"opentracing_context": json.dumps(context)
|
||||||
if whitelisted_homeserver(destination)
|
if whitelisted_homeserver(destination)
|
||||||
else None,
|
else "{}",
|
||||||
}
|
}
|
||||||
for destination in hosts
|
for destination in hosts
|
||||||
for device_id in device_ids
|
for device_id in device_ids
|
||||||
|
|
Loading…
Reference in a new issue