mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fix crash in the private fee disable.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user