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

Commit

Permalink
Missed a context
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 22, 2019
1 parent a205e91 commit 8b43172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def _add_device_change_txn(self, txn, user_id, device_ids, hosts, stream_id):
"device_id": device_id,
"sent": False,
"ts": now,
"context": json.dumps(context)
"opentracing_context": json.dumps(context)
if whitelisted_homeserver(destination)
else None,
}
Expand Down

0 comments on commit 8b43172

Please sign in to comment.