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
Yann Leboulanger
gajim-plugins
Commits
1336c618
Commit
1336c618
authored
Jul 13, 2017
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Pass cleaned up stanza to callback Fixes #218
parent
ad109f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
omemo/omemoplugin.py
omemo/omemoplugin.py
+1
-0
No files found.
omemo/omemoplugin.py
View file @
1336c618
...
...
@@ -686,6 +686,7 @@ class OmemoPlugin(GajimPlugin):
plaintext
=
event
.
msg_iq
.
getBody
().
encode
(
'utf8'
)
self
.
cleanup_stanza
(
event
)
event
.
_cb_parameters
[
'msg_iq'
]
=
event
.
msg_iq
msg_dict
=
state
.
create_msg
(
gajim
.
get_jid_from_account
(
account
),
to_jid
,
plaintext
)
...
...
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