fix: missing global emotes in popup (#4062)

This commit is contained in:
nerix
2022-10-16 14:29:28 +02:00
committed by GitHub
parent 3e41b84ed7
commit 34b5fa661f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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_)
{