omemo: fix show_fingerprints (JID instead of str)
This commit is contained in:
parent
04efd8ee07
commit
e8dd6f0a91
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class E2EEPlugin(BasePlugin):
|
|||
jid = self.api.current_tab().name
|
||||
else:
|
||||
jid = args[0]
|
||||
self._show_fingerprints(jid)
|
||||
self._show_fingerprints(JID(jid))
|
||||
|
||||
@command_args_parser.quoted(2)
|
||||
def __command_set_state_global(self, args, state='') -> None:
|
||||
|
|
Loading…
Reference in a new issue