Setup support for syndicating to Bluesky
This commit is contained in:
parent
5d6d611707
commit
cbbe87e23c
9 changed files with 204 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue