pub fn create_thread( store: &Store, spec: NewThread, author: &str, now: DateTime<Utc>, ) -> Result<Thread>
Open a new thread with a root post. Returns the created thread.