Skip to content
Snippets Groups Projects
Commit 647aef40 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show avatar in roster when we recieve the vcard

parent 51601d42
No related branches found
No related tags found
No related merge requests found
......@@ -664,6 +664,8 @@ class Interface:
if win:
# FIXME: this will be removed when we have the thread working
win.show_avatar(jid, resource)
# Show avatar in roster
self.roster.draw_contact(jid, account)
if self.remote is not None:
self.remote.raise_signal('VcardInfo', (account, vcard))
......
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