Fix calling td_api::processPushNotification before authentication.

GitOrigin-RevId: f19936055c350dba826f631c42255647cbb7f4a2
This commit is contained in:
levlam 2019-03-26 22:02:48 +03:00
parent 29e7c2b690
commit 7fe4ebfc24

View File

@ -4031,7 +4031,6 @@ Status Td::init(DbKey key) {
complete_pending_preauthentication_requests([](int32 id) {
switch (id) {
case td_api::processPushNotification::ID:
case td_api::setNetworkType::ID:
case td_api::getNetworkStatistics::ID:
case td_api::addNetworkStatistics::ID: