feat: add initial experimental Twitch Eventsub support (#5837)
Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
@@ -271,6 +271,13 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
eventsub::IController *getEventSub() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getEventSub was called without "
|
||||
"being initialized");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
QTemporaryDir settingsDir;
|
||||
Paths paths_;
|
||||
Args args_;
|
||||
|
||||
Reference in New Issue
Block a user