ClientsIconsPlugin. Don,t show client icon in tooltip for minimized group chats
This commit is contained in:
@@ -239,6 +239,8 @@ class ClientsIconsPlugin(GajimPlugin):
|
|||||||
return
|
return
|
||||||
if len(contacts) == 1 and contacts[0].jid in gajim.get_our_jids():
|
if len(contacts) == 1 and contacts[0].jid in gajim.get_our_jids():
|
||||||
return
|
return
|
||||||
|
if contacts[0].is_groupchat():
|
||||||
|
return
|
||||||
|
|
||||||
# put contacts in dict, where key is priority
|
# put contacts in dict, where key is priority
|
||||||
num_resources = 0
|
num_resources = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user