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

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Apr 6, 2017
1 parent dbf8728 commit 391712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/app/synchrotron.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def mark_as_coming_online(self, user_id):
"""
going_offline = self.users_going_offline.pop(user_id, None)
if not going_offline:
# Safe to skip if we haven't yet told the master they were offline
# Safe to skip because we haven't yet told the master they were offline
self.send_user_sync(user_id, True, self.clock.time_msec())

def mark_as_going_offline(self, user_id):
Expand Down

0 comments on commit 391712a

Please sign in to comment.