[wip] fix auto-download for pre-messages

This commit is contained in:
Hocuri
2025-12-14 21:21:39 +01:00
parent 96fa64d69b
commit 13bbbd8c14
2 changed files with 5 additions and 6 deletions

View File

@@ -2284,6 +2284,7 @@ pub(crate) async fn prefetch_should_download(
message_id: &str,
mut flags: impl Iterator<Item = Flag<'_>>,
) -> Result<bool> {
return Ok(true);
if message::rfc724_mid_exists(context, message_id)
.await?
.is_some()