mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-24 14:33:02 +02:00
Allow transferring gifts to channels.
This commit is contained in:
parent
275fb3e96a
commit
2dd5f80468
1 changed files with 0 additions and 2 deletions
|
@ -425,8 +425,6 @@ void TransferGift(
|
|||
Data::SavedStarGiftId savedId,
|
||||
Fn<void(Payments::CheckoutResult)> done,
|
||||
bool skipPaymentForm = false) {
|
||||
Expects(to->isUser());
|
||||
|
||||
const auto session = &window->session();
|
||||
const auto weak = base::make_weak(window);
|
||||
auto formDone = [=](
|
||||
|
|
Loading…
Add table
Reference in a new issue