Update bluesky.provider.ts

Commented out the alt text line for now until there is a way to set this from within Postiz
This commit is contained in:
Tom 2025-03-12 16:33:02 +00:00 committed by GitHub
parent 186cff3b45
commit e6ec03c658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})),
},