merge: updates from main

This commit is contained in:
wukko
2025-02-24 15:11:30 +06:00
8 changed files with 23 additions and 21 deletions

View File

@@ -227,7 +227,8 @@ export default async function({ host, patternMatch, params }) {
case "facebook":
r = await facebook({
...patternMatch
...patternMatch,
dispatcher
});
break;