Skip to content
Snippets Groups Projects
Commit e62a01d6 authored by jimpp's avatar jimpp
Browse files

utf problem ?

parent f4d43979
No related branches found
No related tags found
No related merge requests found
......@@ -1673,7 +1673,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
if avatar_sha != self.vcard_shas[who]:
# avatar has been updated
self.request_vcard(who, True)
else: # Verify sha cached in hdd
else: # Verify sha cached in hdd
self.vcard_shas[who] = avatar_sha
cached_vcard = self.get_cached_vcard(who, True)
if cached_vcard and cached_vcard.has_key('PHOTO') and \
......
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