Skip to content
Snippets Groups Projects
Commit 8407a387 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

GroupchatRoster: Update avatar on draw_contact()

parent ebfc5b3e
No related branches found
No related tags found
No related merge requests found
......@@ -385,6 +385,8 @@ def draw_contact(self, nick):
gc_contact = app.contacts.get_gc_contact(
self._account, self.room_jid, nick)
self.draw_avatar(gc_contact)
if app.events.get_events(self._account, self.room_jid + '/' + nick):
self._store[iter_][Column.EVENT] = True
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment