summaryrefslogtreecommitdiffstats
path: root/src/resp_types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp_types.rs')
-rw-r--r--src/resp_types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resp_types.rs b/src/resp_types.rs
index 53e0935..dfe7619 100644
--- a/src/resp_types.rs
+++ b/src/resp_types.rs
@@ -34,6 +34,7 @@ pub struct RespPostCommentInfo<'a> {
pub your_vote: Option<Empty>,
#[serde(borrow)]
pub replies: Option<Vec<RespPostCommentInfo<'a>>>,
+ pub has_replies: bool,
}
#[derive(Deserialize, Debug)]