diff options
Diffstat (limited to 'td/telegram/Td.cpp')
| -rw-r--r-- | td/telegram/Td.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp index 572172946..996635790 100644 --- a/td/telegram/Td.cpp +++ b/td/telegram/Td.cpp @@ -3515,7 +3515,7 @@ bool Td::is_preauthentication_request(int32 id) { case td_api::setCustomLanguagePackString::ID: case td_api::deleteLanguagePack::ID: case td_api::processPushNotification::ID: - case td_api::sendTonLiteServerRequest::ID: + // case td_api::sendTonLiteServerRequest::ID: case td_api::getOption::ID: case td_api::setOption::ID: case td_api::getStorageStatistics::ID: @@ -7379,7 +7379,7 @@ void Td::on_request(uint64 id, const td_api::deleteSavedCredentials &request) { CREATE_OK_REQUEST_PROMISE(); delete_saved_credentials(std::move(promise)); } - +/* void Td::on_request(uint64 id, const td_api::sendTonLiteServerRequest &request) { CHECK_IS_USER(); CREATE_REQUEST_PROMISE(); @@ -7391,7 +7391,7 @@ void Td::on_request(uint64 id, const td_api::getTonWalletPasswordSalt &request) CREATE_REQUEST_PROMISE(); send_closure(password_manager_, &PasswordManager::get_ton_wallet_password_salt, std::move(promise)); } - +*/ void Td::on_request(uint64 id, td_api::getPassportElement &request) { CHECK_IS_USER(); CLEAN_INPUT_STRING(request.password_); |
