remove FIXME
This commit is contained in:
parent
79d6f275e8
commit
1238f5a957
1 changed files with 0 additions and 1 deletions
|
@ -1380,7 +1380,6 @@ class Connection:
|
|||
self.dispatch('VCARD_PUBLISHED', ())
|
||||
vcard_iq = self.awaiting_answers[id][1]
|
||||
# Save vcard to HD
|
||||
#FIXME use has_child
|
||||
if vcard_iq.getTag('PHOTO') and vcard_iq.getTag('PHOTO').getTag('SHA'):
|
||||
new_sha = vcard_iq.getTag('PHOTO').getTagData('SHA')
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue