merge: api 10.7.2 from main branch

This commit is contained in:
wukko
2025-02-10 15:27:53 +06:00
7 changed files with 63 additions and 24 deletions

View File

@@ -120,9 +120,8 @@ export default async function({ host, patternMatch, params }) {
case "reddit":
r = await reddit({
sub: patternMatch.sub,
id: patternMatch.id,
user: patternMatch.user
...patternMatch,
dispatcher,
});
break;