mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
chore: rustfmt
This commit is contained in:
@@ -2062,7 +2062,8 @@ async fn handle_mdn(
|
|||||||
Ok((msg_id, chat_id, msg_state))
|
Ok((msg_id, chat_id, msg_state))
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.await? else {
|
.await?
|
||||||
|
else {
|
||||||
info!(
|
info!(
|
||||||
context,
|
context,
|
||||||
"Ignoring MDN, found no message with Message-ID {rfc724_mid:?} sent by us in the database.",
|
"Ignoring MDN, found no message with Message-ID {rfc724_mid:?} sent by us in the database.",
|
||||||
|
|||||||
Reference in New Issue
Block a user