-
-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor: AutoMod term management messages are now hidden in Streamer Mode. #4758
Conversation
false, "Hide bans & timeouts from appearing in chat."); | ||
layout.addCheckbox( | ||
"Hide moderation actions", s.streamerModeHideModActions, false, | ||
"Hide bans, timeouts and automod messages from appearing in chat."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not technically a good description of what this PR did, BUT this setting already did hide automod messages so now the tooltip is more correct than it was before, and automod messages I believe is blanket enough to cover what we changed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Hide bans, timeouts and automod messages from appearing in chat."); | |
"Hide bans, timeouts, and automod messages from appearing in chat."); |
actually oxford would be mad at us if we didn't
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change itself isn't major, but it may be a very visible change for streamers so I've elaborated on the changelog entry and moved it to be a Major change.
Alternatively, it could be a Minor change but left at the top instead.
I'm happy to have this merged in whenever someone else confirms my change
) Co-authored-by: Rasmus Karlsson <[email protected]>
) Co-authored-by: Rasmus Karlsson <[email protected]>
Description
If you add or remove a blocked term, it no longer gets shown in streamer mode.