You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-25Lines changed: 33 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,7 @@ The [Pushshift Reddit API](https://github.com/pushshift/api) is used for fetchin
30
30
## Installation
31
31
32
32
[](https://greasyfork.org/en/scripts/407466-unedit-and-undelete-for-reddit)
33
-
[](
[](https://chrome.google.com/webstore/detail/unedit-and-undelete-for-r/cnpmnmpafbfojcoofaobmhmafiflgmka)
35
34
[](https://addons.mozilla.org/en-US/firefox/addon/unedit-for-reddit/)
The following are known limitations that cannot be fixed:
65
64
66
-
* The fetched comment may occasionally be the edited version instead of the original. This is because the Pushshift archive may take more time to archive the comment than it took the user to edit the comment, therefore causing Pushshift to archive the edited version and not the original. Additionally, comments that are several years old may also show the edited version since the original versions of comments edited before the first archival will not appear in Pushshift.
67
-
* Comments that were posted within the past few minutes may occasionally not be found since Pushshift can take some time to archive all comments.
68
-
* Comments in private subreddits will not be found as they are not able to be archived by Pushshift.
65
+
- The fetched comment may occasionally be the edited version instead of the original. This is because the Pushshift archive may take more time to archive the comment than it took the user to edit the comment, therefore causing Pushshift to archive the edited version and not the original. Additionally, comments that are several years old may also show the edited version since the original versions of comments edited before the first archival will not appear in Pushshift.
66
+
- Comments that were posted within the past few minutes may occasionally not be found since Pushshift can take some time to archive all comments.
67
+
- Comments in private subreddits will not be found as they are not able to be archived by Pushshift.
68
+
- Comments deleted by Reddit's spam filter will not be found as the text is never available for Pushshift to archive.
69
69
70
70
## Changelog
71
71
72
+
### Changes in 3.8.0
73
+
74
+
- Added support for viewing deleted and moderator-removed submissions on Redesign and Old Reddit
75
+
- Added support for viewing edited submissions in list views (Old Reddit only)
76
+
- Better error handling and logging
77
+
- Changed background and foreground color of original posts to be consistent across all posts and themes
78
+
- Made "Original Post" heading bold on Redesign for consistency
0 commit comments