Merge branch 'dev' into main
This commit is contained in:
commit
d973ea5876
|
|
@ -6,10 +6,6 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -4,13 +4,7 @@ name: "Code Quality Analysis"
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- apps/**
|
||||
- '!apps/docs/**'
|
||||
- libraries/**
|
||||
|
||||
pull_request:
|
||||
- dev1
|
||||
paths:
|
||||
- apps/**
|
||||
- '!apps/docs/**'
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
})),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue