Browse Source

Compatibility to new API

pull/10/head
David Lanzendörfer 4 years ago
parent
commit
f51c9b040f
  1. 2
      src/message_cache.cc

2
src/message_cache.cc

@ -335,7 +335,7 @@ namespace pEp {
correctAttachmentsOrder(src->attachments);
::message *_dst = nullptr;
PEP_STATUS status = ::decrypt_message(session, src, &_dst, keylist, flags);
PEP_STATUS status = ::decrypt_message_2(session, src, &_dst, keylist, flags);
*dst = empty_message_copy(_dst, _id, true);
{

Loading…
Cancel
Save