fix: unicode emojis when editing (#2002)
parent
aa77919925
commit
9564985a4e
|
@ -145,7 +145,6 @@ export function convertMastodonHTML(html: string, customEmojis: Record<string, m
|
||||||
const tree = parseMastodonHTML(html, {
|
const tree = parseMastodonHTML(html, {
|
||||||
emojis: customEmojis,
|
emojis: customEmojis,
|
||||||
markdown: true,
|
markdown: true,
|
||||||
replaceUnicodeEmoji: false,
|
|
||||||
convertMentionLink: true,
|
convertMentionLink: true,
|
||||||
})
|
})
|
||||||
return render(tree)
|
return render(tree)
|
||||||
|
|
Loading…
Reference in New Issue