mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix searchtext format again
This commit is contained in:
parent
83cf03fb09
commit
afe5e826a1
|
@ -440,9 +440,8 @@ MessagePtr TwitchMessageBuilder::build()
|
|||
this->addWords(splits, twitchEmotes);
|
||||
|
||||
this->message().messageText = this->originalMessage_;
|
||||
this->message().searchText = this->userName + ": " +
|
||||
this->message().localizedName + ": " +
|
||||
this->originalMessage_;
|
||||
this->message().searchText = this->message().localizedName + " " +
|
||||
this->userName + ": " + this->originalMessage_;
|
||||
|
||||
return this->release();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue