mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-17 05:28:52 +00:00
api/bluesky: add support for saving images
one or multiple, everything works
This commit is contained in:
@@ -239,7 +239,8 @@ export default async function(host, patternMatch, obj) {
|
||||
|
||||
case "bsky":
|
||||
r = await bluesky({
|
||||
...patternMatch
|
||||
...patternMatch,
|
||||
alwaysProxy: obj.alwaysProxy
|
||||
});
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user