mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Don't delete OFFLINE users from the presence cache, so we can report on their offline mtime
This commit is contained in:
parent
7e83a58c4d
commit
89cabba3e0
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user