refactor(eventsub): Respect "Hide moderation actions" explicitly (#6041)
This commit is contained in:
@@ -10,6 +10,11 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
bool shouldHideModActions() const override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void start() override
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user