fix: unicode emojis when editing (#2002)

This commit is contained in:
patak 2023-04-22 19:12:17 +02:00 committed by GitHub
parent aa77919925
commit 9564985a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)