add: dedicated responses tab for profiles
This commit is contained in:
parent
9ba6320d46
commit
07a23f505b
24 changed files with 332 additions and 55 deletions
|
@ -179,6 +179,10 @@ pub struct ProfileQuery {
|
|||
pub warning: bool,
|
||||
#[serde(default)]
|
||||
pub tag: String,
|
||||
#[serde(default, alias = "r")]
|
||||
pub responses_only: bool,
|
||||
#[serde(default, alias = "f")]
|
||||
pub force: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue