decrypt_message: msg.send isn't a coroutine
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7f1d48c529
commit
89eb4dfece
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ class XEP_0384(BasePlugin):
|
||||||
|
|
||||||
if self.auto_heartbeat:
|
if self.auto_heartbeat:
|
||||||
msg = self.make_heartbeat(jid)
|
msg = self.make_heartbeat(jid)
|
||||||
asyncio.ensure_future(msg.send())
|
msg.send()
|
||||||
|
|
||||||
return body
|
return body
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue