Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
0c7a090e
Commit
0c7a090e
authored
Oct 15, 2022
by
Daniel Brötzmann
Browse files
cq: OMEMOMessage: Use correct type for sid
parent
4b377137
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/structs.py
View file @
0c7a090e
...
...
@@ -226,7 +226,7 @@ class PGPKeyMetadata(NamedTuple):
class
OMEMOMessage
(
NamedTuple
):
sid
:
str
sid
:
int
iv
:
bytes
keys
:
dict
[
int
,
tuple
[
bytes
,
bool
]]
payload
:
bytes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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