Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yuki
gajim-plugins
Commits
e6f81080
Commit
e6f81080
authored
Mar 24, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Fix requesting the devicelist
parent
c39c3c80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
omemo/plugin.py
omemo/plugin.py
+1
-1
No files found.
omemo/plugin.py
View file @
e6f81080
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment