From 5c42980857bca29d7413ae7c2d62f454c41eae7a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 14 Nov 2005 21:10:00 +0000 Subject: [PATCH] avatar is updated when someone updates it --- src/common/connection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 05ba26712..e23d86886 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -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]: