Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1f9557c

Browse files
Missed a flatten
1 parent 86799a6 commit 1f9557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/storage/devices.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ def _add_device_change_txn(self, txn, user_id, device_ids, hosts, stream_id):
831831
],
832832
)
833833

834-
context = {"opentracing": get_active_span_text_map()}
834+
context = get_active_span_text_map()
835835

836836
self._simple_insert_many_txn(
837837
txn,

0 commit comments

Comments
 (0)