update banner only if it's a presence from higher ptiority resource
This commit is contained in:
parent
ef21462543
commit
92bbc215cc
|
@ -612,6 +612,8 @@ class RosterWindow:
|
|||
self.plugin.windows[account]['chats'][jid].print_conversation(
|
||||
_('%s is now %s (%s)') % (name, uf_show, status), jid, 'status')
|
||||
|
||||
if contact == gajim.get_contact_instance_with_highest_priority(\
|
||||
account, contact.jid):
|
||||
self.plugin.windows[account]['chats'][jid].draw_name_banner(
|
||||
contact, chatstate = None)
|
||||
|
||||
|
|
Loading…
Reference in New Issue