api/bluesky: add support for saving images

one or multiple, everything works
This commit is contained in:
wukko
2024-09-01 16:37:24 +06:00
parent d9925f2233
commit 93f2a6b226
4 changed files with 60 additions and 2 deletions

View File

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