fixed searching

This commit is contained in:
fourtf
2018-01-17 14:25:03 +01:00
parent 6d6b99f3ef
commit 91fca258bf
3 changed files with 9 additions and 22 deletions
+2
View File
@@ -188,6 +188,8 @@ MessagePtr TwitchMessageBuilder::parse()
i++;
}
this->message->setSearchText(this->userName + ": " + this->originalMessage);
return this->getMessage();
}