From 8407a387c9389016dfa5965727e891627de9cab4 Mon Sep 17 00:00:00 2001
From: lovetox <philipp@hoerist.com>
Date: Thu, 9 Apr 2020 23:53:00 +0200
Subject: [PATCH] GroupchatRoster: Update avatar on draw_contact()

---
 gajim/gtk/groupchat_roster.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gajim/gtk/groupchat_roster.py b/gajim/gtk/groupchat_roster.py
index 91c09d49ef..da53e6331f 100644
--- a/gajim/gtk/groupchat_roster.py
+++ b/gajim/gtk/groupchat_roster.py
@@ -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:
-- 
GitLab