Skip to main content

create_thread

Function create_thread 

Source
pub fn create_thread(
    store: &Store,
    spec: NewThread,
    author: &str,
    now: DateTime<Utc>,
) -> Result<Thread>
Expand description

Open a new thread with a root post. Returns the created thread.