Update src/message.rs

Co-authored-by: holger krekel  <holger@merlinux.eu>
This commit is contained in:
Hocuri
2020-10-19 12:59:16 +02:00
committed by holger krekel
parent 26aeacc6be
commit 3bef4909d5

View File

@@ -1642,7 +1642,8 @@ pub(crate) async fn handle_ndn(
if failed.rfc724_mid.is_empty() {
return;
}
/// The NDN might be for a message-id that had attachments and was sent from a non-Delta Chat client.
/// In this case we need to mark multiple "msgids" as failed that all refer to the same message-id.
let msgs: Result<Vec<_>, _> = context
.sql
.query_map(