mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 04:24:52 -04:00
And more logging.
This commit is contained in:
parent
e0ba81344c
commit
eb3094ed31
2 changed files with 3 additions and 1 deletions
|
@ -503,6 +503,7 @@ class PresenceHandler(BaseHandler):
|
|||
if not self._local_pushmap[localpart]:
|
||||
del self._local_pushmap[localpart]
|
||||
|
||||
@trace_function
|
||||
def _stop_polling_remote(self, user, domain, remoteusers):
|
||||
for u in remoteusers:
|
||||
self._remote_recvmap[u].remove(user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue