typo. Fixes #1684
This commit is contained in:
parent
903393d172
commit
3d61688111
|
@ -2408,7 +2408,7 @@ class Connection:
|
|||
self.connection.send(iq)
|
||||
#('VCARD', {entry1: data, entry2: {entry21: data, ...}, ...})
|
||||
|
||||
def send_vcard(self, vcard, is_fake_jid):
|
||||
def send_vcard(self, vcard):
|
||||
if not self.connection:
|
||||
return
|
||||
iq = common.xmpp.Iq(typ = 'set')
|
||||
|
|
Loading…
Reference in New Issue