[omemo] Fix traceback with zeroconf
This commit is contained in:
@@ -228,6 +228,8 @@ class OmemoPlugin(GajimPlugin):
|
|||||||
|
|
||||||
def before_sendmessage(self, chat_control):
|
def before_sendmessage(self, chat_control):
|
||||||
account = chat_control.account
|
account = chat_control.account
|
||||||
|
if account == 'Local':
|
||||||
|
return
|
||||||
contact = chat_control.contact
|
contact = chat_control.contact
|
||||||
con = self.connections[account]
|
con = self.connections[account]
|
||||||
self.new_fingerprints_available(chat_control)
|
self.new_fingerprints_available(chat_control)
|
||||||
|
|||||||
Reference in New Issue
Block a user