From a89b03074c2a23e6e6140c652bb8ddf2b784b671 Mon Sep 17 00:00:00 2001 From: nutty Date: Sun, 19 Apr 2026 07:05:24 +1000 Subject: [PATCH] Fixed Twitch mentions --- .common/utils/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.common/utils/helpers.js b/.common/utils/helpers.js index 02fb2e4..a54e3ae 100644 --- a/.common/utils/helpers.js +++ b/.common/utils/helpers.js @@ -352,7 +352,7 @@ function ConstructMessageFromParts(parts) { return emoteImg + bitLabel; case "mention": - return ''; + return part.text; default: return `${EscapeHTML(part.text)}`; }