mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed furry mode not working with Kick
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user