Fix a crash when using XEP-0380
(which nobody uses yet)
This commit is contained in:
parent
fdb61cda27
commit
806485dbe0
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class HandlerCore:
|
||||||
if not self.core.xmpp.plugin['xep_0380'].has_eme(message):
|
if not self.core.xmpp.plugin['xep_0380'].has_eme(message):
|
||||||
return
|
return
|
||||||
self.core.xmpp.plugin['xep_0380'].replace_body_with_eme(message)
|
self.core.xmpp.plugin['xep_0380'].replace_body_with_eme(message)
|
||||||
body = msg['body']
|
body = message['body']
|
||||||
|
|
||||||
remote_nick = ''
|
remote_nick = ''
|
||||||
# normal message, we are the recipient
|
# normal message, we are the recipient
|
||||||
|
|
Loading…
Reference in a new issue