actually show channel ffz emotes as channel ffz emotes (#155)
This commit is contained in:
@@ -129,7 +129,7 @@ void EmoteManager::reloadFFZChannelEmotes(const QString &channelName, std::weak_
|
|||||||
auto emote =
|
auto emote =
|
||||||
this->getFFZChannelEmoteFromCaches().getOrAdd(id, [this, &code, &url1] {
|
this->getFFZChannelEmoteFromCaches().getOrAdd(id, [this, &code, &url1] {
|
||||||
return EmoteData(
|
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);
|
this->ffzChannelEmotes.insert(code, emote);
|
||||||
|
|||||||
Reference in New Issue
Block a user