pub fn reply( store: &Store, parent_id: &str, spec: NewReply, author: &str, now: DateTime<Utc>, ) -> Result<String>
Reply to an existing post (at any depth). Returns the new post’s ID.