fedimbed.bluesky: forgot all parts dont have features

This commit is contained in:
Cynthia Foxwell 2024-11-11 10:39:12 -07:00
parent e4bcdf6f8a
commit edc0bf902d

View file

@ -253,6 +253,7 @@ async function bluesky(msg, url, spoiler = false) {
splitString.push({text: mainEmbed.description.substring(start)}); splitString.push({text: mainEmbed.description.substring(start)});
for (const part of splitString) { for (const part of splitString) {
if (part.features)
for (const feature of part.features) { for (const feature of part.features) {
switch (feature.$type) { switch (feature.$type) {
case "app.bsky.richtext.facet#link": { case "app.bsky.richtext.facet#link": {