refactor(eventsub): Respect "Hide moderation actions" explicitly (#6041)

This commit is contained in:
pajlada
2025-03-08 14:00:35 +01:00
committed by GitHub
parent 0835064375
commit 77c4d858f9
79 changed files with 153 additions and 125 deletions
@@ -10,6 +10,11 @@ public:
return false;
}
bool shouldHideModActions() const override
{
return false;
}
void start() override
{
}