reddit: add support for user post links & clean up (#484)
This commit is contained in:
@@ -80,7 +80,8 @@ export default async function(host, patternMatch, url, lang, obj) {
|
||||
case "reddit":
|
||||
r = await reddit({
|
||||
sub: patternMatch.sub,
|
||||
id: patternMatch.id
|
||||
id: patternMatch.id,
|
||||
user: patternMatch.user
|
||||
});
|
||||
break;
|
||||
case "tiktok":
|
||||
|
||||
Reference in New Issue
Block a user