Sort birthday gifts to the front.

This commit is contained in:
John Preston
2024-11-15 18:05:21 +04:00
parent 572c074c42
commit 60f4587d95
3 changed files with 37 additions and 5 deletions
+1
View File
@@ -778,6 +778,7 @@ std::optional<StarGift> FromTL(
.limitedCount = total.value_or_empty(),
.firstSaleDate = data.vfirst_sale_date().value_or_empty(),
.lastSaleDate = data.vlast_sale_date().value_or_empty(),
.birthday = data.is_birthday(),
};
}