Skip to content

Commit

Permalink
fix(bsky): use avatar for image (DIYgod#17381)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban authored Oct 31, 2024
1 parent cc55dbf commit 7ff06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/bsky/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function handler(ctx) {
title: `${profile.displayName} (@${profile.handle}) — Bluesky`,
description: profile.description?.replaceAll('\n', ' '),
link: `https://bsky.app/profile/${profile.handle}`,
image: profile.banner,
image: profile.avatar,
icon: profile.avatar,
logo: profile.avatar,
item: items,
Expand Down

0 comments on commit 7ff06d2

Please sign in to comment.