changeset 141:a5e9aa1f9c0c

browser side: fixed avatars
author Goffi <goffi@goffi.org>
date Wed, 21 Nov 2012 23:41:53 +0100
parents 09a512d9a0c0
children f6aeeb753c06
files libervia.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libervia.py	Wed Nov 14 22:24:07 2012 +0100
+++ b/libervia.py	Wed Nov 21 23:41:53 2012 +0100
@@ -451,7 +451,6 @@
 
     def _entityDataUpdatedCb(self, entity_jid_s, key, value):
         if key == "avatar":
-            entity_jid_s = value['entity_jid_s']
             avatar = '/avatars/%s' % value
 
             self.avatars_cache[entity_jid_s] = avatar