fedimbed: forgot to replace the character

This commit is contained in:
Cynthia Foxwell 2025-04-18 22:01:30 -06:00
parent 1c38406a85
commit 44c2720c7d
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -1307,7 +1307,7 @@ async function processUrl(msg, url, spoiler = false, command = false, inQuote =
content = htmlToMarkdown(content); content = htmlToMarkdown(content);
if (platformName == "Nitter") { if (platformName == "Nitter") {
content = content.replace("\u2198", Icons.fedimbed.quote).replace("\u2198", "\u2139\ufe0f"); content = content.replace("\u2198", Icons.fedimbed.quote).replace("> \u24d8", "> \u2139\ufe0f");
} }
for (const emote of emotes) { for (const emote of emotes) {