2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Removed unused MTPBool from callbacks on done.

This commit is contained in:
23rd
2021-11-26 23:54:46 +03:00
committed by John Preston
parent 3647241f71
commit 69dc6c98ce
19 changed files with 44 additions and 56 deletions

View File

@@ -215,7 +215,7 @@ void TogglePinnedDialog(
history->session().api().request(MTPmessages_ToggleDialogPin(
MTP_flags(flags),
MTP_inputDialogPeer(key.history()->peer->input)
)).done([=](const MTPBool &result) {
)).done([=] {
owner->notifyPinnedDialogsOrderUpdated();
}).send();
} else if (const auto folder = key.folder()) {