Merge branch 'dev' into main

This commit is contained in:
egelhaus 2025-03-17 18:21:28 +01:00 committed by GitHub
commit d973ea5876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 12 deletions

View File

@ -6,10 +6,6 @@ on:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest

View File

@ -4,13 +4,7 @@ name: "Code Quality Analysis"
on:
push:
branches:
- main
paths:
- apps/**
- '!apps/docs/**'
- libraries/**
pull_request:
- dev1
paths:
- apps/**
- '!apps/docs/**'

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