twitch emotes are now refreshed properly (sub and global emotes)

this only works if you're logged in I think
This commit is contained in:
Rasmus Karlsson
2017-12-22 17:37:24 +01:00
parent afd4549c3f
commit 51fe00dfec
2 changed files with 40 additions and 43 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
#include "messages/lazyloadedimage.hpp"
#include "signalvector.hpp"
#include "twitch/emotevalue.hpp"
#include "twitch/twitchuser.hpp"
#include <QMap>
#include <QMutex>
@@ -100,7 +101,7 @@ public:
std::vector<std::string> emojiShortCodes;
/// Twitch emotes
void refreshTwitchEmotes(const std::string &roomID);
void refreshTwitchEmotes(const std::shared_ptr<twitch::TwitchUser> &user);
struct TwitchAccountEmoteData {
struct TwitchEmote {