2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +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

@@ -101,7 +101,7 @@ void SaveChatAdmin(
chat->inputChat,
user->inputUser,
MTP_bool(isAdmin)
)).done([=](const MTPBool &result) {
)).done([=] {
chat->applyEditAdmin(user, isAdmin);
if (onDone) {
onDone();