Properly set itemID for XEP-0084 metadata
This commit is contained in:
parent
da6b549f8b
commit
a9e7d489b8
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ class XEP_0084(BasePlugin):
|
|||
metadata.add_pointer(pointer)
|
||||
|
||||
return self.xmpp['xep_0163'].publish(metadata,
|
||||
id=info['id'],
|
||||
ifrom=ifrom,
|
||||
block=block,
|
||||
callback=callback,
|
||||
|
|
Loading…
Reference in a new issue