Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slixmpp-omemo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
slixmpp-omemo
Commits
54512377
Verified
Commit
54512377
authored
Aug 25, 2019
by
Maxime Buquet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style fixes
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
96e4ecf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
slixmpp_omemo/__init__.py
slixmpp_omemo/__init__.py
+1
-2
No files found.
slixmpp_omemo/__init__.py
View file @
54512377
...
...
@@ -309,8 +309,7 @@ class XEP_0384(BasePlugin):
def
_receive_device_list
(
self
,
msg
:
Message
)
->
None
:
"""Handler for received PEP OMEMO_DEVICES_NS payloads"""
asyncio
.
ensure_future
(
self
.
_read_device_list
(
msg
[
'from'
],
msg
[
'pubsub_event'
][
'items'
]),
self
.
_read_device_list
(
msg
[
'from'
],
msg
[
'pubsub_event'
][
'items'
]),
)
async
def
_read_device_list
(
self
,
jid
:
JID
,
items
:
Union
[
Items
,
EventItems
])
->
None
:
...
...
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