Setup support for syndicating to Bluesky

This commit is contained in:
Jonny Barnes 2024-03-23 21:19:54 +00:00
parent 5d6d611707
commit cbbe87e23c
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
9 changed files with 204 additions and 9 deletions

View file

@ -71,7 +71,8 @@
$note->facebook_url ||
$note->swarm_url ||
$note->instagram_url ||
$note->mastodon_url
$note->mastodon_url ||
$note->bluesky_url
)
@include('templates.social-links', [
'id' => $note->id,
@ -80,6 +81,7 @@
'swarm_url' => $note->swarm_url,
'instagram_url' => $note->instagram_url,
'mastodon_url' => $note->mastodon_url,
'bluesky_url' => $note->bluesky_url
])
@endif
</div>