Merge pull request #651 from FoamToaster/patch-1
Commented out Bluesky alt text line
This commit is contained in:
commit
d794fca863
|
|
@ -192,7 +192,7 @@ export class BlueskyProvider extends SocialAbstract implements SocialProvider {
|
||||||
$type: 'app.bsky.embed.images',
|
$type: 'app.bsky.embed.images',
|
||||||
images: images.map((p) => ({
|
images: images.map((p) => ({
|
||||||
// can be an array up to 4 values
|
// 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,
|
image: p.data.blob,
|
||||||
})),
|
})),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue