Fixed Twitch mentions

This commit is contained in:
nutty
2026-04-19 07:05:24 +10:00
parent 8f16909da5
commit a89b03074c
+1 -1
View File
@@ -352,7 +352,7 @@ function ConstructMessageFromParts(parts) {
return emoteImg + bitLabel;
case "mention":
return '';
return part.text;
default:
return `<img src="${EscapeHTML(part.imageUrl)}" alt="${EscapeHTML(part.text)}" title="${EscapeHTML(part.text)}" class="emote">`;
}