Show correct value of gifted auction gift.

This commit is contained in:
John Preston
2025-11-20 21:12:20 +04:00
parent 19225c7dd3
commit 0585f9d667
5 changed files with 14 additions and 1 deletions

View File

@@ -2722,6 +2722,7 @@ void ShowStarGiftViewBox(
.giftTransferred = data.transferred,
.giftRefunded = data.refunded,
.giftUpgradeSeparate = data.upgradeSeparate,
.giftUpgradeGifted = data.upgradeGifted,
.savedToProfile = data.saved,
.canUpgradeGift = data.upgradable,
.hasGiftComment = !data.message.empty(),