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

Commit

Permalink
Underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Aug 20, 2019
1 parent b997b63 commit d13ef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def notify_device_update(self, user_id, device_ids):
hosts.update(get_domain_from_id(u) for u in users_who_share_room)
hosts.discard(self.server_name)

set_tag("hosts to update", hosts)
set_tag("target_hosts", hosts)

position = yield self.store.add_device_change_to_streams(
user_id, device_ids, list(hosts)
Expand Down

0 comments on commit d13ef43

Please sign in to comment.