Skip to content
Snippets Groups Projects
Commit 3f60d1e0 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

[omemo] Return on message drop

parent 8db1bee0
No related branches found
No related tags found
No related merge requests found
......@@ -493,6 +493,7 @@ class OmemoPlugin(GajimPlugin):
log.error(account + ' => Cant decrypt own GroupChat '
'Message')
msg.encrypted = 'drop'
return
else:
msg_dict['sender_jid'] = gajim. \
get_jid_without_resource(from_jid)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment