0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 16:48:18 +02:00

Don't delete OFFLINE users from the presence cache, so we can report on their offline mtime

This commit is contained in:
Paul "LeoNerd" Evans 2014-08-19 14:48:05 +01:00
parent 7e83a58c4d
commit 89cabba3e0

View file

@ -231,9 +231,6 @@ class PresenceHandler(BaseHandler):
# we don't have to do this all the time
self.changed_presencelike_data(target_user, state)
if not now_online:
del self._user_cachemap[target_user]
def changed_presencelike_data(self, user, state):
statuscache = self._get_or_make_usercache(user)