From 7fe4ebfc2414de83291ff3520ab42ed8418d4b84 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 26 Mar 2019 22:02:48 +0300 Subject: [PATCH] Fix calling td_api::processPushNotification before authentication. GitOrigin-RevId: f19936055c350dba826f631c42255647cbb7f4a2 --- td/telegram/Td.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/td/telegram/Td.cpp b/td/telegram/Td.cpp index 4058f2b69..8a3c18f51 100644 --- a/td/telegram/Td.cpp +++ b/td/telegram/Td.cpp @@ -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: