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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user