feat: Hide messages from suspicious users in streamer mode (#6042)
This is a setting that's enabled by default and can be disabled under the "Streamer mode" sub-category in the settings dialog
This commit is contained in:
@@ -15,6 +15,11 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
bool shouldHideSuspiciousUsers() const override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void start() override
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user