mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-01 12:31:15 +00:00
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