fix minimized groupchat disappearing in roster. Fixes #6826
This commit is contained in:
parent
fd7cb33f87
commit
93e0b144c7
1 changed files with 7 additions and 6 deletions
|
@ -2499,6 +2499,7 @@ class RosterWindow:
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if obj.nick == gc_ctrl.nick:
|
||||||
contact = gajim.contacts.get_contact_with_highest_priority(account,
|
contact = gajim.contacts.get_contact_with_highest_priority(account,
|
||||||
obj.room_jid)
|
obj.room_jid)
|
||||||
if contact:
|
if contact:
|
||||||
|
|
Loading…
Add table
Reference in a new issue