diff options
author | Erik Johnston <erik@matrix.org> | 2017-04-06 13:35:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-04-06 13:35:00 +0100 |
commit | 391712a4f9c43359c9f6c36a6ed51800b370ffc0 (patch) | |
tree | 9cc0e49fa2cee37be087913770052625c555a100 /synapse/app/synchrotron.py | |
parent | Docs (diff) | |
download | synapse-391712a4f9c43359c9f6c36a6ed51800b370ffc0.tar.xz |
Comment
Diffstat (limited to 'synapse/app/synchrotron.py')
-rw-r--r-- | synapse/app/synchrotron.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py index e0716a6226..67d9210f2a 100644 --- a/synapse/app/synchrotron.py +++ b/synapse/app/synchrotron.py @@ -143,7 +143,7 @@ class SynchrotronPresence(object): """ 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): |