feat: Add media serving functionality with optional metadata stripping
This commit is contained in:
@@ -273,3 +273,9 @@ where
|
||||
has_prev_page: core_response.has_prev_page,
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
pub struct ServeFileQuery {
|
||||
#[serde(default)]
|
||||
pub strip: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user