From e89a0690164618015894e89eccd206b1f185f8df Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 8 Jan 2026 20:15:21 +0400 Subject: [PATCH] Fix build --- submodules/TelegramUI/Sources/OpenResolvedUrl.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/TelegramUI/Sources/OpenResolvedUrl.swift b/submodules/TelegramUI/Sources/OpenResolvedUrl.swift index 461a48b7cd..0a99f2c908 100644 --- a/submodules/TelegramUI/Sources/OpenResolvedUrl.swift +++ b/submodules/TelegramUI/Sources/OpenResolvedUrl.swift @@ -1524,6 +1524,7 @@ func openResolvedUrlImpl( let controller = context.sharedContext.makeGiftAuctionViewScreen( context: context, auctionContext: auctionContext, + peerId: nil, completion: { [weak navigationController] acquiredGifts, upgradeAttributes in if let upgradeAttributes { let controller = context.sharedContext.makeGiftAuctionWearPreviewScreen(context: context, auctionContext: auctionContext, acquiredGifts: acquiredGifts, attributes: upgradeAttributes, completion: {