make clippy happy

This commit is contained in:
B. Petersen
2020-06-13 02:17:08 +02:00
committed by Hocuri
parent bbf049e95b
commit fc88bff32f

View File

@@ -405,14 +405,12 @@ async fn add_parts(
.await .await
.unwrap_or_default(); .unwrap_or_default();
if chat_id.is_unset() { if chat_id.is_unset() && mime_parser.failure_report.is_some() {
if mime_parser.failure_report.is_some() { *chat_id = ChatId::new(DC_CHAT_ID_TRASH);
*chat_id = ChatId::new(DC_CHAT_ID_TRASH); info!(
info!( context,
context, "Message belongs to an NDN and is not shown in a chat.",
"Message belongs to an NDN and is not shown in a chat.", );
);
}
} }
// get the chat_id - a chat_id here is no indicator that the chat is displayed in the normal list, // get the chat_id - a chat_id here is no indicator that the chat is displayed in the normal list,