avatar is updated when someone updates it

This commit is contained in:
Yann Leboulanger 2005-11-14 21:10:00 +00:00
parent f5139c288f
commit 5c42980857
1 changed files with 0 additions and 1 deletions

View File

@ -504,7 +504,6 @@ class Connection:
self.dispatch('ERROR_ANSWER', ('', jid_stripped,
errmsg, errcode))
avatar_sha = None
if avatar_sha:
if self.vcard_shas.has_key(jid_stripped):
if avatar_sha != self.vcard_shas[jid_stripped]: