diff --git a/lib/convert.js b/lib/convert.js index 37e3275..122ba4d 100644 --- a/lib/convert.js +++ b/lib/convert.js @@ -173,7 +173,7 @@ async function itemsForFeed(opts, user, feed) { item.object.tag.forEach((tag) => { if (tag.type === "Emoji") { - content = content.replace( + content = content.replaceAll( tag.name, `${tag.name}` );