Skip to main content

reply

Function reply 

Source
pub fn reply(
    store: &Store,
    parent_id: &str,
    spec: NewReply,
    author: &str,
    now: DateTime<Utc>,
) -> Result<String>
Expand description

Reply to an existing post (at any depth). Returns the new post’s ID.