mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
typo
This commit is contained in:
@@ -406,12 +406,12 @@ async fn add_parts(
|
||||
.unwrap_or_default();
|
||||
|
||||
if chat_id.is_unset() {
|
||||
// check if the message belongs to a mailing list
|
||||
// check if the message belongs to an NDN
|
||||
if mime_parser.failed_msg.is_some() {
|
||||
*chat_id = ChatId::new(DC_CHAT_ID_TRASH);
|
||||
info!(
|
||||
context,
|
||||
"Message belongs to an NDN list and is not shown in a chat.",
|
||||
"Message belongs to an NDN and is not shown in a chat.",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user