fix: automod username placement (#5759)
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@
|
|||||||
- Minor: When blocking a channel, Chatterino will now warn you about that action. (#5615)
|
- Minor: When blocking a channel, Chatterino will now warn you about that action. (#5615)
|
||||||
- Minor: Indicate when subscriptions and resubscriptions are for multiple months. (#5642)
|
- Minor: Indicate when subscriptions and resubscriptions are for multiple months. (#5642)
|
||||||
- Minor: Added a setting to control whether or not to show "Blocked Term" automod messages. (#5690)
|
- Minor: Added a setting to control whether or not to show "Blocked Term" automod messages. (#5690)
|
||||||
- Minor: Improved AutoMod messaging when messages are blocked due to containing blocked terms. (#5699)
|
- Minor: Improved AutoMod messaging when messages are blocked due to containing blocked terms. (#5699, #5759)
|
||||||
- Minor: Proxy URL information is now included in the `/debug-env` command. (#5648)
|
- Minor: Proxy URL information is now included in the `/debug-env` command. (#5648)
|
||||||
- Minor: Make raid entry message usernames clickable. (#5651)
|
- Minor: Make raid entry message usernames clickable. (#5651)
|
||||||
- Minor: Tabs unhighlight when their content is read in other tabs. (#5649)
|
- Minor: Tabs unhighlight when their content is read in other tabs. (#5649)
|
||||||
|
|||||||
@@ -1658,9 +1658,8 @@ std::pair<MessagePtr, MessagePtr> MessageBuilder::makeAutomodMessage(
|
|||||||
builder.emplace<BadgeElement>(makeAutoModBadge(),
|
builder.emplace<BadgeElement>(makeAutoModBadge(),
|
||||||
MessageElementFlag::BadgeChannelAuthority);
|
MessageElementFlag::BadgeChannelAuthority);
|
||||||
// AutoMod "username"
|
// AutoMod "username"
|
||||||
builder2.emplace<TextElement>("AutoMod:", MessageElementFlag::Text,
|
builder.emplace<TextElement>("AutoMod:", MessageElementFlag::Text,
|
||||||
AUTOMOD_USER_COLOR,
|
AUTOMOD_USER_COLOR, FontStyle::ChatMediumBold);
|
||||||
FontStyle::ChatMediumBold);
|
|
||||||
// AutoMod header message
|
// AutoMod header message
|
||||||
builder.emplace<TextElement>(
|
builder.emplace<TextElement>(
|
||||||
("Held a message for reason: " + action.reason +
|
("Held a message for reason: " + action.reason +
|
||||||
|
|||||||
Reference in New Issue
Block a user