This commit is contained in:
Yann Leboulanger 2007-05-20 16:20:05 +00:00
parent a45a14546a
commit 959cff3c89
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ class GroupchatControl(ChatControlBase):
con.request_vcard(real_jid, fake_jid)
else:
# save sha in mem NOW
self.vcard_shas[fake_jid] = avatar_sha
con.vcard_shas[fake_jid] = avatar_sha
actual_role = self.get_role(nick)
if role != actual_role: