mirror of
https://github.com/chatmail/core.git
synced 2026-08-18 06:36:29 +03:00
Remove TODO from message.rs
This commit is contained in:
@@ -2196,7 +2196,6 @@ pub(crate) async fn rfc724_mid_download_tried(context: &Context, rfc724_mid: &st
|
||||
.exists(
|
||||
"SELECT COUNT(*) FROM msgs
|
||||
WHERE rfc724_mid=? AND download_state<>?",
|
||||
// TODO pre_rfc724_mid??
|
||||
(rfc724_mid, DownloadState::Available),
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user