feat: add embed param to ProfileQueryParams
This commit is contained in:
@@ -158,6 +158,8 @@ pub struct ProfileQueryParams {
|
||||
pub sort_by: String,
|
||||
#[serde(default)]
|
||||
pub search: String,
|
||||
#[serde(default)]
|
||||
pub embed: bool,
|
||||
}
|
||||
|
||||
pub struct LogReviewData {
|
||||
|
||||
Reference in New Issue
Block a user