load custom badges for old chat as well

This commit is contained in:
ckath 2018-10-26 00:34:48 +02:00 committed by pajlada
parent 92cc283160
commit 65f54ebac3

View file

@ -144,6 +144,7 @@ void TwitchChannel::initialize()
{ {
this->refreshChatters(); this->refreshChatters();
this->refreshChannelEmotes(); this->refreshChannelEmotes();
this->refreshBadges();
this->ffzCustomModBadge_.loadCustomModBadge(); this->ffzCustomModBadge_.loadCustomModBadge();
} }