api/bluesky: add a dispatcher & update unknown error message

This commit is contained in:
wukko
2024-11-11 12:23:53 +06:00
parent e3f6784e83
commit 8fc9ca2916
2 changed files with 9 additions and 7 deletions

View File

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