Merge pull request #1045 from TranRed/patch-3

Added {message} parameter for moderation buttons
This commit is contained in:
pajlada
2019-05-01 22:35:07 +02:00
committed by GitHub
4 changed files with 11 additions and 1 deletions
@@ -438,6 +438,7 @@ MessagePtr TwitchMessageBuilder::build()
this->addWords(splits, twitchEmotes);
this->message().messageText = this->originalMessage_;
this->message().searchText = this->userName + ": " + this->originalMessage_;
return this->release();