From 9d524c36c120950326f2995010ca0db21f8ae879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 21 May 2018 11:59:58 +0200 Subject: [PATCH] [omemo] Fix traceback with zeroconf --- omemo/omemoplugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/omemo/omemoplugin.py b/omemo/omemoplugin.py index efb28a6..3e569bd 100644 --- a/omemo/omemoplugin.py +++ b/omemo/omemoplugin.py @@ -228,6 +228,8 @@ class OmemoPlugin(GajimPlugin): def before_sendmessage(self, chat_control): account = chat_control.account + if account == 'Local': + return contact = chat_control.contact con = self.connections[account] self.new_fingerprints_available(chat_control)