remove twemoji

This commit is contained in:
array-in-a-matrix 2023-04-05 11:37:28 -04:00
parent 0cc57aae49
commit 4ac8d84a08

View file

@ -49,7 +49,6 @@ export function twemojify(text, opts, linkify = false, sanitize = true, maths =
content = sanitizeText(content);
}
content = twemoji.parse(content, options);
if (linkify) {
content = linkifyHtml(content, {
target: '_blank',