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

Added docstrings and refactoring

parent 06c7f023
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -176,7 +176,8 @@ class Ui(object):
else:
log.debug(self.contact.account.name + ' => Disable OMEMO for ' +
self.contact.jid)
self.plugin.omemo_disable_for(self.contact)
self.plugin.omemo_disable_for(self.contact.jid,
self.contact.account.name)
self.refresh_auth_lock_icon()
self.omemobutton.set_omemo_state(enabled)
......
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