Support using follower emotes outside of channel if subbed (#4922)

If we also have a subscriber emote set for a channel, then don't treat
a follower emote set as local to that channel.

Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com>
This commit is contained in:
Alex Baines
2023-11-04 17:45:18 +00:00
committed by GitHub
parent e4c46355be
commit 879a63e6f3
3 changed files with 37 additions and 4 deletions
+2
View File
@@ -36,7 +36,9 @@ public:
struct EmoteSet {
QString key;
QString channelName;
QString channelID;
QString text;
bool subscriber{false};
bool local{false};
std::vector<TwitchEmote> emotes;
};