Merge pull request #651 from FoamToaster/patch-1

Commented out Bluesky alt text line
This commit is contained in:
egelhaus 2025-03-13 18:43:05 +01:00 committed by GitHub
commit d794fca863
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,
})),
},