Don't drop buddies on failure to retrieve their activity list
This commit is contained in:
parent
9b978f014f
commit
79aad47327
@ -634,7 +634,8 @@ class ServerPlugin(gobject.GObject):
|
|||||||
def _contact_online_activities_error_cb(self, handle, err):
|
def _contact_online_activities_error_cb(self, handle, err):
|
||||||
"""Handle contact's activity list being unavailable"""
|
"""Handle contact's activity list being unavailable"""
|
||||||
logging.debug("Handle %s - Error getting activities: %s" % (handle, err))
|
logging.debug("Handle %s - Error getting activities: %s" % (handle, err))
|
||||||
self._contact_offline(handle)
|
# Don't drop the buddy if we can't get their activities, for now
|
||||||
|
#self._contact_offline(handle)
|
||||||
|
|
||||||
def _contact_online_aliases_cb(self, handle, props, aliases):
|
def _contact_online_aliases_cb(self, handle, props, aliases):
|
||||||
"""Handle contact's alias being received (do further queries)"""
|
"""Handle contact's alias being received (do further queries)"""
|
||||||
|
Loading…
Reference in New Issue
Block a user