From e6ec03c658916df842621af13522fc4e0e860226 Mon Sep 17 00:00:00 2001 From: Tom <66643501+FoamToaster@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:33:02 +0000 Subject: [PATCH] Update bluesky.provider.ts Commented out the alt text line for now until there is a way to set this from within Postiz --- .../src/integrations/social/bluesky.provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts b/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts index f2d01a74..1535b4ec 100644 --- a/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts +++ b/libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts @@ -192,7 +192,7 @@ export class BlueskyProvider extends SocialAbstract implements SocialProvider { $type: 'app.bsky.embed.images', images: images.map((p) => ({ // can be an array up to 4 values - alt: 'image', // the alt text + // alt: 'image', // the alt text - commented this out for now until there is a way to set this from within Postiz image: p.data.blob, })), },