From e6f810803f2ddada2d5d1e29cdb54f24243bc8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 24 Mar 2019 11:06:54 +0100 Subject: [PATCH] [omemo] Fix requesting the devicelist --- omemo/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omemo/plugin.py b/omemo/plugin.py index 2e54987..40dc694 100644 --- a/omemo/plugin.py +++ b/omemo/plugin.py @@ -260,7 +260,7 @@ class OmemoPlugin(GajimPlugin): else: # check if we have devices for the contact if not omemo.backend.get_devices(contact.jid, without_self=True): - omemo.request_devicelist(contact.jid, True) + omemo.request_devicelist(contact.jid) self.print_message(chat_control, UserMessages.QUERY_DEVICES) chat_control.sendmessage = False return