Refactored post fetching. Cleaner code that will now fetch archived posts even if the user no longer exists on reddit. Expanded gfycat URL detection.
This commit is contained in:
@@ -11,6 +11,7 @@ function curateUser(user) {
|
||||
gold: user.is_gold,
|
||||
verified: user.verified,
|
||||
verifiedEmail: user.has_verified_email,
|
||||
fallback: false
|
||||
};
|
||||
|
||||
if(user.subreddit) {
|
||||
|
||||
Reference in New Issue
Block a user