Browse Source

Doesn't have a rating anymore

pull/10/head
David Lanzendörfer 4 years ago
parent
commit
0af0ed6aca
  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, rating, flags);
PEP_STATUS status = ::decrypt_message(session, src, &_dst, keylist, flags);
*dst = empty_message_copy(_dst, _id, true);
{

Loading…
Cancel
Save