mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
format with extra : for user search
This commit is contained in:
parent
2e9b0cad44
commit
83cf03fb09
|
@ -440,7 +440,7 @@ MessagePtr TwitchMessageBuilder::build()
|
||||||
this->addWords(splits, twitchEmotes);
|
this->addWords(splits, twitchEmotes);
|
||||||
|
|
||||||
this->message().messageText = this->originalMessage_;
|
this->message().messageText = this->originalMessage_;
|
||||||
this->message().searchText = this->userName +
|
this->message().searchText = this->userName + ": " +
|
||||||
this->message().localizedName + ": " +
|
this->message().localizedName + ": " +
|
||||||
this->originalMessage_;
|
this->originalMessage_;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue