Also receive self-message events in plugins
fixes omemo messages from another of our connected clients
This commit is contained in:
parent
98bd4c241e
commit
e1720c8e23
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class HandlerCore:
|
|||
remote_nick = conversation.get_nick()
|
||||
|
||||
conversation.last_remote_message = datetime.now()
|
||||
self.core.events.trigger('conversation_msg', message, conversation)
|
||||
self.core.events.trigger('conversation_msg', message, conversation)
|
||||
|
||||
if not message['body']:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue