From 732a42eff8b37eb5f64764c8149500a349c8a582 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 3 Aug 2022 02:03:37 +0200 Subject: [PATCH] STUPID Signed-off-by: Sam Therapy --- lib/convert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}` );