From 4c9e67a22efdd28dd01a23eb6acc8175bb0a5870 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 19 Jan 2018 17:17:16 -0500 Subject: [PATCH] Fix Twitch chat badges not rendering. They removed badgeSets from the chat container, so for now access the raw data and parse it ourselves. It's actually about the same difficulty, so it should work fine. --- changelog.html | 5 ++ src/modules/chat/badges.js | 62 ++++++++++++------- src/modules/chat/room.js | 51 ++++++++++----- .../twitch-twilight/modules/chat/index.js | 26 ++++---- 4 files changed, 92 insertions(+), 52 deletions(-) diff --git a/changelog.html b/changelog.html index 6460be5c..0c39c9ce 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,8 @@ +
4.0.0-beta1.5@5f6029b8672c05bfed85
+ +
4.0.0-beta1.5@5aed9c5b086948ebcfc3