0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-04 23:48:57 +02:00
This commit is contained in:
Erik Johnston 2017-04-06 13:35:00 +01:00
parent dbf87282d3
commit 391712a4f9

View file

@ -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):