From b9b1948697be842a63f25953a6701b8606a65a6a Mon Sep 17 00:00:00 2001 From: 2547techno Date: Mon, 17 Apr 2023 22:59:01 -0400 Subject: [PATCH 1/3] set login name for channel point reward message --- src/providers/twitch/TwitchMessageBuilder.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/twitch/TwitchMessageBuilder.cpp b/src/providers/twitch/TwitchMessageBuilder.cpp index ab95cebc0b3..b7705c13e36 100644 --- a/src/providers/twitch/TwitchMessageBuilder.cpp +++ b/src/providers/twitch/TwitchMessageBuilder.cpp @@ -1462,6 +1462,7 @@ void TwitchMessageBuilder::appendChannelPointRewardMessage( textList.append({redeemed, reward.title, QString::number(reward.cost)}); builder->message().messageText = textList.join(" "); builder->message().searchText = textList.join(" "); + builder->message().loginName = reward.user.login; } void TwitchMessageBuilder::liveMessage(const QString &channelName, From 5d6064eff470692b34eafe224097613d4bae3c14 Mon Sep 17 00:00:00 2001 From: 2547techno <109011672+2547techno@users.noreply.github.com> Date: Mon, 17 Apr 2023 23:14:54 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 954de89ce2e..7e7f61797e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - Minor: Added system message for empty mod list. (#4546) - Minor: Added `/lowtrust` command to open the suspicious user activity feed in browser. (#4542) - Minor: Migrated badges to Helix API. (#4537) +- Minor: Show non-usermessage channel point redemptions in usercard. (#4557) - Bugfix: Fixed an issue where Chatterino could lose track of the sound device in certain scenarios. (#4549) - Bugfix: Fixed an issue where animated emotes would render on top of zero-width emotes. (#4314) - Bugfix: Fixed an issue where it was difficult to hover a zero-width emote. (#4314) From d464ce2e426aaa256363b8c4a3f57401fce24e26 Mon Sep 17 00:00:00 2001 From: Mm2PL Date: Fri, 4 Aug 2023 11:53:51 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7f61797e3..81d95360b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ - Minor: Added system message for empty mod list. (#4546) - Minor: Added `/lowtrust` command to open the suspicious user activity feed in browser. (#4542) - Minor: Migrated badges to Helix API. (#4537) -- Minor: Show non-usermessage channel point redemptions in usercard. (#4557) +- Minor: Show channel point redemptions without messages in usercard. (#4557) - Bugfix: Fixed an issue where Chatterino could lose track of the sound device in certain scenarios. (#4549) - Bugfix: Fixed an issue where animated emotes would render on top of zero-width emotes. (#4314) - Bugfix: Fixed an issue where it was difficult to hover a zero-width emote. (#4314)