mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
actually show channel ffz emotes as channel ffz emotes (#155)
This commit is contained in:
parent
51fe00dfec
commit
c9aa716f58
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue