diff --git a/src/dc_receive_imf.rs b/src/dc_receive_imf.rs index 0202d9f4e..2046a8157 100644 --- a/src/dc_receive_imf.rs +++ b/src/dc_receive_imf.rs @@ -912,8 +912,6 @@ async fn add_parts( EphemeralTimer::Disabled }; - // correct message_timestamp, it should not be used before, - // however, we cannot do this earlier as we need chat_id to be set let in_fresh = state == MessageState::InFresh; let sort_timestamp = calc_sort_timestamp(context, sent_timestamp, chat_id, in_fresh).await?;