From 65f54ebac305c7d2be28146c59ec22a9d84c6a6d Mon Sep 17 00:00:00 2001 From: ckath Date: Fri, 26 Oct 2018 00:34:48 +0200 Subject: [PATCH] load custom badges for old chat as well --- src/providers/twitch/TwitchChannel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index ecee718a..38c5cf7d 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -144,6 +144,7 @@ void TwitchChannel::initialize() { this->refreshChatters(); this->refreshChannelEmotes(); + this->refreshBadges(); this->ffzCustomModBadge_.loadCustomModBadge(); }