add: "ask about this" from neospring

This commit is contained in:
trisua 2025-07-13 18:42:08 -04:00
parent f94570f74c
commit 2c83ed3d9d
9 changed files with 122 additions and 31 deletions

View file

@ -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)]