mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-21 13:12:50 +02:00
Fix crash in the private fee disable.
This commit is contained in:
parent
a746b7abcf
commit
628c36c87d
1 changed files with 1 additions and 1 deletions
|
@ -3809,7 +3809,7 @@ void PeerMenuConfirmToggleFee(
|
|||
MTP_flags((refund ? Flag::f_refund_charged : Flag())
|
||||
| (removeFee ? Flag() : Flag::f_require_payment)
|
||||
| (parent ? Flag::f_parent_peer : Flag())),
|
||||
parent->input,
|
||||
(parent ? parent->input : MTPInputPeer()),
|
||||
user->inputUser
|
||||
)).done([=] {
|
||||
if (!parent) {
|
||||
|
|
Loading…
Add table
Reference in a new issue