Added credits icon to boosts in statistics list.

This commit is contained in:
23rd
2024-08-30 13:00:25 +03:00
committed by John Preston
parent 678d9ffbf9
commit 7ed92ec402
6 changed files with 110 additions and 32 deletions
+4 -3
View File
@@ -639,9 +639,6 @@ void Boosts::requestBoosts(
}
: Data::GiftCodeLink();
list.push_back({
data.is_gift(),
data.is_giveaway(),
data.is_unclaimed(),
qs(data.vid()),
data.vuser_id().value_or_empty(),
data.vgiveaway_msg_id()
@@ -652,6 +649,10 @@ void Boosts::requestBoosts(
(data.vexpires().v - data.vdate().v) / kMonthsDivider,
std::move(giftCodeLink),
data.vmultiplier().value_or_empty(),
data.is_gift(),
data.is_giveaway(),
data.is_unclaimed(),
data.is_stars(),
});
}
done(Data::BoostsListSlice{