Merge branch 'master' into develop
This commit is contained in:
commit
a3ec1af205
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class XEP_0184(BasePlugin):
|
|||
ack['to'] = msg['from']
|
||||
ack['from'] = msg['to']
|
||||
ack['receipt'] = msg['id']
|
||||
ack['id'] = self.xmpp.new_id()
|
||||
ack['id'] = msg['id']
|
||||
ack.send()
|
||||
|
||||
def _handle_receipt_received(self, msg):
|
||||
|
|
Loading…
Reference in a new issue