feat: notate power-up automatic reward redemptions (#5471)

This commit is contained in:
iProdigy
2024-06-22 06:03:49 -05:00
committed by GitHub
parent c01bfcfffe
commit 2ef3306d1d
7 changed files with 94 additions and 12 deletions
+2
View File
@@ -1181,6 +1181,8 @@ void PubSub::handleMessageResponse(const PubSubMessageMessage &message)
switch (innerMessage.type)
{
case PubSubCommunityPointsChannelV1Message::Type::
AutomaticRewardRedeemed:
case PubSubCommunityPointsChannelV1Message::Type::RewardRedeemed: {
auto redemption =
innerMessage.data.value("redemption").toObject();