diff --git a/src/actionshandler.cpp b/src/actionshandler.cpp index ae13f2e76..082e5b2bf 100644 --- a/src/actionshandler.cpp +++ b/src/actionshandler.cpp @@ -106,7 +106,7 @@ void ActionsHandler::postMessage(const QString &text, CustomEmojiModel *cem) { QString rawText = text; - QString cleanedText = text.toHtmlEscaped(); + QString cleanedText = text; auto preprocess = [cem](const QString &it) -> QString { if (cem == nullptr) {