From e1720c8e2378dfae3a165cf250036e3443dd7174 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 21 Jan 2021 19:54:22 +0100 Subject: Also receive self-message events in plugins fixes omemo messages from another of our connected clients --- poezio/core/handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core') diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index 80c8330f..1fffaec1 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -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 -- cgit v1.2.3