fedimbed: forgot its bold

This commit is contained in:
Cynthia Foxwell 2025-04-18 22:02:18 -06:00
parent 44c2720c7d
commit 4fc9d8c01d
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("> \u24d8", "> \u2139\ufe0f"); content = content.replace("\u2198", Icons.fedimbed.quote).replace("> **\u24d8", "> **\u2139\ufe0f");
} }
for (const emote of emotes) { for (const emote of emotes) {