Skip to content
Snippets Groups Projects
Commit 5ade977d authored by Jorik Schellekens's avatar Jorik Schellekens
Browse files

Opentracing context cannot be none

parent 93bc9d73
No related branches found
No related tags found
No related merge requests found
......@@ -856,7 +856,7 @@ class DeviceStore(DeviceWorkerStore, BackgroundUpdateStore):
"ts": now,
"opentracing_context": json.dumps(context)
if whitelisted_homeserver(destination)
else None,
else "{}",
}
for destination in hosts
for device_id in device_ids
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment