Fixed missing timestamps on point redemption messages (#2043)

* Added timestamps to point redemption messages

* updated change log

Co-authored-by: fourtf <tf.four@gmail.com>
This commit is contained in:
Dave
2020-10-09 11:26:45 -04:00
committed by GitHub
parent df97d609a2
commit 84613187e1
2 changed files with 2 additions and 0 deletions
@@ -1169,6 +1169,7 @@ Outcome TwitchMessageBuilder::tryParseCheermote(const QString &string)
void TwitchMessageBuilder::appendChannelPointRewardMessage(
const ChannelPointReward &reward, MessageBuilder *builder)
{
builder->emplace<TimestampElement>();
QString redeemed = "Redeemed";
if (!reward.isUserInputRequired)
{