Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
lurch
Commits
801b4f70
Commit
801b4f70
authored
Apr 15, 2018
by
Richard Bayerle
Browse files
Revert to EME instead of additional body.
parent
2de0eda9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lurch.c
View file @
801b4f70
...
...
@@ -700,7 +700,7 @@ cleanup:
* Wraps the omemo_message_export_encrypted message, so that it is called with the same options throughout.
*/
static
int
lurch_export_encrypted
(
omemo_message
*
om_msg_p
,
char
**
xml_pp
)
{
return
omemo_message_export_encrypted
(
om_msg_p
,
OMEMO_ADD_MSG_
BODY
,
xml_pp
);
return
omemo_message_export_encrypted
(
om_msg_p
,
OMEMO_ADD_MSG_
EME
,
xml_pp
);
}
/**
...
...
Write
Preview
Supports
Markdown
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