mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
Remove wrong comment in add_parts
This commit is contained in:
@@ -912,8 +912,6 @@ async fn add_parts(
|
|||||||
EphemeralTimer::Disabled
|
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 in_fresh = state == MessageState::InFresh;
|
||||||
let sort_timestamp = calc_sort_timestamp(context, sent_timestamp, chat_id, in_fresh).await?;
|
let sort_timestamp = calc_sort_timestamp(context, sent_timestamp, chat_id, in_fresh).await?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user