diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp index 2cd3f278..92c7b5f3 100644 --- a/td/telegram/Td.cpp +++ b/td/telegram/Td.cpp @@ -4545,7 +4545,7 @@ Status Td::init(DbKey key) { VLOG(td_init) << "Ping datacenter"; if (!auth_manager_->is_authorized()) { - create_handler(Auto())->send(); + create_handler(Promise())->send(); } else { updates_manager_->get_difference("init"); }