feat: improve automod blocked term messaging (#5699)
This commit is contained in:
@@ -347,6 +347,10 @@ public:
|
||||
"/streamerMode/supressLiveNotifications", false};
|
||||
BoolSetting streamerModeSuppressInlineWhispers = {
|
||||
"/streamerMode/suppressInlineWhispers", true};
|
||||
BoolSetting streamerModeHideBlockedTermText = {
|
||||
"/streamerMode/hideBlockedTermText",
|
||||
true,
|
||||
};
|
||||
|
||||
/// Ignored Phrases
|
||||
QStringSetting ignoredPhraseReplace = {"/ignore/ignoredPhraseReplace",
|
||||
|
||||
Reference in New Issue
Block a user