mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with MSVC.
This commit is contained in:
@@ -382,7 +382,7 @@ MTPInputInvoice Form::inputInvoice() const {
|
||||
}
|
||||
}
|
||||
const auto spendPeer = credits->spendPurposePeerId
|
||||
? _session->data().peer(credits->spendPurposePeerId)
|
||||
? _session->data().peerLoaded(credits->spendPurposePeerId)
|
||||
: nullptr;
|
||||
using Flag = MTPDinputStorePaymentStarsTopup::Flag;
|
||||
return MTP_inputInvoiceStars(
|
||||
|
||||
Reference in New Issue
Block a user