Skip to content

Commit d794fca

Browse files
authored
Merge pull request #651 from FoamToaster/patch-1
Commented out Bluesky alt text line
2 parents 5353274 + e6ec03c commit d794fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class BlueskyProvider extends SocialAbstract implements SocialProvider {
192192
$type: 'app.bsky.embed.images',
193193
images: images.map((p) => ({
194194
// can be an array up to 4 values
195-
alt: 'image', // the alt text
195+
// alt: 'image', // the alt text - commented this out for now until there is a way to set this from within Postiz
196196
image: p.data.blob,
197197
})),
198198
},

0 commit comments

Comments
 (0)