Identify auctions by id instead of slug.

This commit is contained in:
John Preston
2025-12-26 18:11:24 +04:00
parent 0a98ee7a99
commit 43e6431b4e
7 changed files with 159 additions and 60 deletions
+1 -1
View File
@@ -1850,7 +1850,7 @@ void CheckMaybeGiftLocked(
state->resaleLifetime = ShowStarGiftAuction(
window,
peer,
star->info.auctionSlug,
id,
[=] { state->resaleRequestingId = 0; },
crl::guard(raw, [=] {
state->resaleLifetime.destroy();