add: "ask about this" from neospring
This commit is contained in:
parent
f94570f74c
commit
2c83ed3d9d
9 changed files with 122 additions and 31 deletions
|
@ -387,6 +387,9 @@ pub struct QuestionContext {
|
|||
/// If the owner is shown as anonymous in the UI.
|
||||
#[serde(default)]
|
||||
pub mask_owner: bool,
|
||||
/// The POST this question is asking about.
|
||||
#[serde(default)]
|
||||
pub asking_about: Option<usize>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue