Merge branch 'master' into develop
This commit is contained in:
commit
648f3f978a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class XEP_0153(BasePlugin):
|
|||
|
||||
def _start(self, event):
|
||||
try:
|
||||
vcard = self.xmpp['xep_0054'].get_vcard()
|
||||
vcard = self.xmpp['xep_0054'].get_vcard(self.xmpp.boundjid.bare)
|
||||
data = vcard['vcard_temp']['PHOTO']['BINVAL']
|
||||
if not data:
|
||||
new_hash = ''
|
||||
|
|
Loading…
Reference in a new issue