refactor: load Twitch emotes from Helix (#5239)

This commit is contained in:
nerix
2024-09-01 11:22:54 +02:00
committed by GitHub
parent 03b0e4881f
commit 820aa12af6
40 changed files with 1251 additions and 528 deletions
+3
View File
@@ -12,6 +12,7 @@
namespace chatterino {
struct HelixBlock;
struct HelixUser;
struct TwitchUser {
QString id;
@@ -26,6 +27,8 @@ struct TwitchUser {
this->displayName = other.displayName;
}
void update(const HelixUser &user) const;
void fromHelixBlock(const HelixBlock &ignore);
bool operator<(const TwitchUser &rhs) const