Open twodayslate opened 3 years ago
lobste.rs/c/<id> redirects to the story page
lobste.rs/c/<id>
URLSession.shared.dataTask(with: URL(string: "https://lobste.rs/c/omqrcc")!) { (data, response, error) in print(response?.url) // this is what we should actually open. perhaps add a highlight comment part but that is another ticket... }.resume()
lobste.rs/c/<id>
redirects to the story page