2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed expiration date of boosts in boosts list.

This commit is contained in:
23rd
2023-11-08 23:54:52 +03:00
parent 282c076931
commit 33cf9a0702
4 changed files with 10 additions and 14 deletions

View File

@@ -34,7 +34,8 @@ struct Boost final {
UserId userId = UserId(0);
FullMsgId giveawayMessage;
QDateTime date;
crl::time expiresAt = 0;
QDateTime expiresAt;
int expiresAfterMonths = 0;
GiftCodeLink giftCodeLink;
int multiplier = 0;
};