update groupchat Contct instance when we get a presence. Fixes #5992

This commit is contained in:
Yann Leboulanger 2010-12-22 16:53:21 +01:00
parent 5994ddbdc0
commit 138c5afe18
1 changed files with 1 additions and 0 deletions

View File

@ -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):