And more logging.

paul/schema_breaking_changes
Erik Johnston 2014-08-28 15:58:38 +01:00
parent e0ba81344c
commit eb3094ed31
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -15,7 +15,7 @@
from twisted.internet import defer, reactor
from synapse.util.logutils import log_function
from synapse.util.logutils import log_function, trace_function
import logging
@ -119,6 +119,7 @@ class Notifier(object):
)
@defer.inlineCallbacks
@trace_function
def on_new_user_event(self, users=[], rooms=[]):
""" Used to inform listeners that something has happend
presence/user event wise.