Add support FrankerFaceZ badges. (#2101)
On startup, we poll https://api.frankerfacez.com/v1/badges/ids and store the mappings of user IDs to badges for the remainder of the applications lifetime.
This commit is contained in:
@@ -26,6 +26,7 @@ class Settings;
|
||||
class Fonts;
|
||||
class Toasts;
|
||||
class ChatterinoBadges;
|
||||
class FfzBadges;
|
||||
|
||||
class Application
|
||||
{
|
||||
@@ -57,6 +58,7 @@ public:
|
||||
NotificationController *const notifications{};
|
||||
TwitchIrcServer *const twitch2{};
|
||||
ChatterinoBadges *const chatterinoBadges{};
|
||||
FfzBadges *const ffzBadges{};
|
||||
|
||||
/*[[deprecated]]*/ Logging *const logging{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user