update groupchat Contct instance when we get a presence. Fixes #5992
This commit is contained in:
parent
5994ddbdc0
commit
138c5afe18
|
@ -2500,6 +2500,7 @@ class RosterWindow:
|
|||
contact = gajim.contacts.get_contact_with_highest_priority(account,
|
||||
obj.room_jid)
|
||||
if contact:
|
||||
contact.show = obj.show
|
||||
self.draw_contact(obj.room_jid, account)
|
||||
|
||||
def _nec_roster_received(self, obj):
|
||||
|
|
Loading…
Reference in New Issue