feat: add initial experimental Twitch Eventsub support (#5837)
Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
@@ -638,6 +638,10 @@ public:
|
||||
"/sound/backend",
|
||||
SoundBackend::Miniaudio,
|
||||
};
|
||||
BoolSetting enableExperimentalEventSub = {
|
||||
"/eventsub/enableExperimental",
|
||||
false,
|
||||
};
|
||||
|
||||
private:
|
||||
ChatterinoSetting<std::vector<HighlightPhrase>> highlightedMessagesSetting =
|
||||
|
||||
Reference in New Issue
Block a user