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

Commit

Permalink
Use underscores.
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 5, 2019
1 parent 50964d2 commit 0395869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/devicemessage.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def on_direct_to_device_edu(self, origin, content):

@defer.inlineCallbacks
def send_device_message(self, sender_user_id, message_type, messages):
opentracing.set_tag("number of messages", len(messages))
opentracing.set_tag("number_of_messages", len(messages))
opentracing.set_tag("sender", sender_user_id)
local_messages = {}
remote_messages = {}
Expand Down

0 comments on commit 0395869

Please sign in to comment.