utf problem ?
This commit is contained in:
parent
f4d43979ed
commit
e62a01d6d9
1 changed files with 1 additions and 1 deletions
|
@ -1673,7 +1673,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
|
||||||
if avatar_sha != self.vcard_shas[who]:
|
if avatar_sha != self.vcard_shas[who]:
|
||||||
# avatar has been updated
|
# avatar has been updated
|
||||||
self.request_vcard(who, True)
|
self.request_vcard(who, True)
|
||||||
else: # Verify sha cached in hdd
|
else: # Verify sha cached in hdd
|
||||||
self.vcard_shas[who] = avatar_sha
|
self.vcard_shas[who] = avatar_sha
|
||||||
cached_vcard = self.get_cached_vcard(who, True)
|
cached_vcard = self.get_cached_vcard(who, True)
|
||||||
if cached_vcard and cached_vcard.has_key('PHOTO') and \
|
if cached_vcard and cached_vcard.has_key('PHOTO') and \
|
||||||
|
|
Loading…
Add table
Reference in a new issue