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, {
|
||||
emojis: customEmojis,
|
||||
markdown: true,
|
||||
replaceUnicodeEmoji: false,
|
||||
convertMentionLink: true,
|
||||
})
|
||||
return render(tree)
|
||||
|
|
Loading…
Reference in New Issue