mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 20:03:54 +01: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
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue