From 65746e9d1ae1313c79b107b78f768f65b43a5af3 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sat, 19 Sep 2020 17:38:07 +0200 Subject: [PATCH] [client_icons] Adapt to Gajim changes --- clients_icons/clients_icons.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 6ae728d..35a53d4 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -62,7 +62,8 @@ class ClientsIconsPlugin(GajimPlugin): return identity.name 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: return None