fix: missing global emotes in popup (#4062)
This commit is contained in:
@@ -454,6 +454,11 @@ void EmotePopup::filterTwitchEmotes(std::shared_ptr<Channel> searchChannel,
|
||||
if (ffzGlobalEmotes->size() > 0)
|
||||
addEmotes(*searchChannel, *ffzGlobalEmotes, "FrankerFaceZ (Global)",
|
||||
MessageElementFlag::FfzEmote);
|
||||
if (!seventvGlobalEmotes->empty())
|
||||
{
|
||||
addEmotes(*searchChannel, *seventvGlobalEmotes, "SevenTV (Global)",
|
||||
MessageElementFlag::SevenTVEmote);
|
||||
}
|
||||
|
||||
if (!this->twitchChannel_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user