actually show channel ffz emotes as channel ffz emotes (#155)

This commit is contained in:
Ckat 2017-12-22 23:03:19 +01:00 committed by fourtf
parent 51fe00dfec
commit c9aa716f58

View file

@ -129,7 +129,7 @@ void EmoteManager::reloadFFZChannelEmotes(const QString &channelName, std::weak_
auto emote =
this->getFFZChannelEmoteFromCaches().getOrAdd(id, [this, &code, &url1] {
return EmoteData(
new LazyLoadedImage(url1, 1, code, code + "<br/>Global FFZ Emote"));
new LazyLoadedImage(url1, 1, code, code + "<br/>Channel FFZ Emote"));
});
this->ffzChannelEmotes.insert(code, emote);