We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a40871 commit 16e37a3Copy full SHA for 16e37a3
synapse/storage/databases/main/devices.py
@@ -326,9 +326,11 @@ async def _get_device_update_edus_by_remote(
326
"device_id": device_id,
327
"prev_id": [prev_id] if prev_id else [],
328
"stream_id": stream_id,
329
- "org.matrix.opentracing_context": opentracing_context,
330
}
331
+ if opentracing_context != "{}":
332
+ result["org.matrix.opentracing_context"] = opentracing_context
333
+
334
prev_id = stream_id
335
336
if device is not None:
0 commit comments