redraw groupchat group row when we receive a presence. Fixes #5992
This commit is contained in:
parent
e6f0dfd0a5
commit
860668b714
|
@ -2501,6 +2501,7 @@ class RosterWindow:
|
|||
if contact:
|
||||
contact.show = obj.show
|
||||
self.draw_contact(obj.room_jid, account)
|
||||
self.draw_group(_('Groupchats'), account)
|
||||
|
||||
def _nec_roster_received(self, obj):
|
||||
if obj.received_from_server:
|
||||
|
|
Loading…
Reference in New Issue