feat: add embed param to ProfileQueryParams

This commit is contained in:
2026-06-03 10:07:39 +02:00
parent 6668ba511c
commit 6c7ce24e1f

View File

@@ -158,6 +158,8 @@ pub struct ProfileQueryParams {
pub sort_by: String,
#[serde(default)]
pub search: String,
#[serde(default)]
pub embed: bool,
}
pub struct LogReviewData {