mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 07:03:37 -05:00
Comment
This commit is contained in:
parent
dbf87282d3
commit
391712a4f9
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class SynchrotronPresence(object):
|
||||||
"""
|
"""
|
||||||
going_offline = self.users_going_offline.pop(user_id, None)
|
going_offline = self.users_going_offline.pop(user_id, None)
|
||||||
if not going_offline:
|
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())
|
self.send_user_sync(user_id, True, self.clock.time_msec())
|
||||||
|
|
||||||
def mark_as_going_offline(self, user_id):
|
def mark_as_going_offline(self, user_id):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue