fix: searching redemptions that require user input (#5177)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com>
This commit is contained in:
@@ -564,9 +564,10 @@ MessagePtr TwitchMessageBuilder::build()
|
||||
this->stylizeUsername(this->userName, this->message());
|
||||
|
||||
this->message().messageText = this->originalMessage_;
|
||||
this->message().searchText = stylizedUsername + " " +
|
||||
this->message().localizedName + " " +
|
||||
this->userName + ": " + this->originalMessage_;
|
||||
this->message().searchText =
|
||||
stylizedUsername + " " + this->message().localizedName + " " +
|
||||
this->userName + ": " + this->originalMessage_ + " " +
|
||||
this->message().searchText;
|
||||
|
||||
// highlights
|
||||
this->parseHighlights();
|
||||
|
||||
Reference in New Issue
Block a user