Fixed furry mode not working with Kick

This commit is contained in:
nuttylmao
2025-07-03 04:49:50 +10:00
parent a5b363688a
commit a835b8d589
+1 -1
View File
@@ -2054,7 +2054,7 @@ async function KickChatMessage(data) {
return `<img src="${imgUrl}" alt="${name}" title="${name}" class="emote" />`; return `<img src="${imgUrl}" alt="${name}" title="${name}" class="emote" />`;
}); });
} }
messageDiv.innerHTML = replaceEmotes(data.message); messageDiv.innerHTML = replaceEmotes(message);
// Render avatars // Render avatars
if (showAvatar) { if (showAvatar) {