Will import a full HN tree and forward to the page with the new post-id. You can only import top-level stories, not comments down in the tree.
There is a way to pull a full comment tree from the Algolia HN API. So we only need a single request. Importing ~500 comments takes only a few seconds.
We're tracking which hn-items we already imported and only add the ones which are missing
When you visit an arbitrary post, we check if it's coming from HN and automatically fetch the latest comments.
/hn/\<hn-id>
Will import a full HN tree and forward to the page with the new post-id. You can only import top-level stories, not comments down in the tree.