mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor
This commit is contained in:
commit
e2b861cc67
7 changed files with 100 additions and 8 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…
Add table
Add a link
Reference in a new issue