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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
- Bugfix: Starting Chatterino in a minimized state after an update will no longer cause a crash
- Bugfix: Modify the emote parsing to handle some edge-cases with dots and stuff (#1704, #1714)
- Bugfix: Fixed timestamps being incorrect on some messages loaded from the recent-messages service on startup (#1286, #2020)
- Bugfix: Fixed timestamps missing on channel point redemption messages (#1943)
- Bugfix: Fixed tooltip didn't show in `EmotePopup` depending on the `Link preview` setting enabled or no (#2008)
## 2.2.0

View file

@ -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)
{