From bc750d61d253dc03d4a0ffe7a79b0ea05b8f76d2 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 9 Feb 2020 18:28:11 +0300 Subject: [PATCH] Remove outdated comment --- src/dc_receive_imf.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dc_receive_imf.rs b/src/dc_receive_imf.rs index c11ed2855..00455ca90 100644 --- a/src/dc_receive_imf.rs +++ b/src/dc_receive_imf.rs @@ -314,8 +314,7 @@ fn add_parts( } else { MessengerMessage::No }; - // incoming non-chat messages may be discarded; - // maybe this can be optimized later, by checking the state before the message body is downloaded + // incoming non-chat messages may be discarded let mut allow_creation = true; let show_emails = ShowEmails::from_i32(context.get_config_int(Config::ShowEmails)).unwrap_or_default();