mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-24 07:51:08 +02:00
Opentracing context cannot be none
This commit is contained in:
parent
93bc9d73bf
commit
5ade977d08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user