diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index cead9c3..4e48979 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -239,6 +239,8 @@ class ClientsIconsPlugin(GajimPlugin): return if len(contacts) == 1 and contacts[0].jid in gajim.get_our_jids(): return + if contacts[0].is_groupchat(): + return # put contacts in dict, where key is priority num_resources = 0