⬆️: rust 1.90

This commit is contained in:
VC
2025-09-26 15:33:47 +02:00
parent 402fcffc75
commit 7bd0843cf6
3 changed files with 516 additions and 562 deletions

View File

@@ -200,7 +200,7 @@ pub async fn generate_media_records(
.collect();
let video_media_attach: Vec<_> = media_attach
.iter()
.filter(|x| (x.r#type == AttachmentType::Video || x.r#type == AttachmentType::Gifv))
.filter(|x| x.r#type == AttachmentType::Video || x.r#type == AttachmentType::Gifv)
.cloned()
.collect();