removeddit/src/pages/thread
Christopher Gurnee df0c86aac0 Don't fetch removed link-posts from Pushshift
Removed/deleted self-posts are still fetched from Pushshift to get
the selftext, however there's no value in fetching link-posts.

Also:

 * Don't display '[deleted]' if no selftext was deleted.
 * Add key attributes to the post <div> so that React recreates
   it instead of mutating it after the Post loads. This prevents
   transitioning the background color (from the dark/light mode css).
2022-04-14 22:25:17 +00:00
..
Comment.js Don't fetch removed link-posts from Pushshift 2022-04-14 22:25:17 +00:00
CommentInfo.js Condense CommentInfo to one line 2022-03-17 17:37:34 +00:00
CommentSection.js Flash 'show' setting if all comments are filtered 2022-04-09 15:56:02 +00:00
index.js Don't fetch removed link-posts from Pushshift 2022-04-14 22:25:17 +00:00
LoadMore.js Handle permalinks w/mismatched link_ids correctly 2022-04-09 15:03:54 +00:00
SortBy.js Flash 'show' setting if all comments are filtered 2022-04-09 15:56:02 +00:00