feat(eventsub): implement clearchat (#5981)

This commit is contained in:
nerix
2025-02-23 21:28:26 +01:00
committed by GitHub
parent c67801eca5
commit 5fca241188
8 changed files with 199 additions and 7 deletions
-2
View File
@@ -502,8 +502,6 @@ Updates &Application::getUpdates()
ITwitchIrcServer *Application::getTwitch()
{
assertInGuiThread();
return this->twitch.get();
}