mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixes #239 /me message color
This commit is contained in:
parent
135f9910f8
commit
dc8086f8b6
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ MessagePtr TwitchMessageBuilder::parse()
|
||||||
textColor = MessageColor(MessageColor::Link);
|
textColor = MessageColor(MessageColor::Link);
|
||||||
}
|
}
|
||||||
|
|
||||||
this->emplace<TextElement>(string, EmoteElement::Text) //
|
this->emplace<TextElement>(string, textColor) //
|
||||||
->setLink(link);
|
->setLink(link);
|
||||||
} else { // is emoji
|
} else { // is emoji
|
||||||
this->emplace<EmoteElement>(emoteData, EmoteElement::EmojiAll);
|
this->emplace<EmoteElement>(emoteData, EmoteElement::EmojiAll);
|
||||||
|
|
Loading…
Reference in a new issue