[client_icons] Adapt to Gajim changes
This commit is contained in:
@@ -62,7 +62,8 @@ class ClientsIconsPlugin(GajimPlugin):
|
|||||||
return identity.name
|
return identity.name
|
||||||
|
|
||||||
def _get_image_and_client_name(self, contact, widget):
|
def _get_image_and_client_name(self, contact, widget):
|
||||||
disco_info = app.logger.get_last_disco_info(contact.get_full_jid())
|
disco_info = app.storage.cache.get_last_disco_info(
|
||||||
|
contact.get_full_jid())
|
||||||
if disco_info is None:
|
if disco_info is None:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user