mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Update src/message.rs
Co-authored-by: holger krekel <holger@merlinux.eu>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user