diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index 9d6a7c4..87df4e5 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -125,7 +125,7 @@ async function blueskyQuoteEmbed(quote, videos) { const mainEmbed = { color: PLATFORM_COLORS.bluesky, - url: `https://bsky.app/profile/${quote.author.handle}/post/${quote.uri.substring(quote.uri.lastIndexOf("/"))}`, + url: `https://bsky.app/profile/${quote.author.handle}/post/${quote.uri.substring(quote.uri.lastIndexOf("/") + 1)}`, author: {name: "\u2198 Quoted Post"}, title: `${quote.author.displayName} (@${quote.author.handle})`, thumbnail: {