We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5353274 + e6ec03c commit d794fcaCopy full SHA for d794fca
libraries/nestjs-libraries/src/integrations/social/bluesky.provider.ts
@@ -192,7 +192,7 @@ export class BlueskyProvider extends SocialAbstract implements SocialProvider {
192
$type: 'app.bsky.embed.images',
193
images: images.map((p) => ({
194
// can be an array up to 4 values
195
- 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
196
image: p.data.blob,
197
})),
198
},
0 commit comments