diff options
Diffstat (limited to 'protocols/Telegram/src/auth.cpp')
-rw-r--r-- | protocols/Telegram/src/auth.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Telegram/src/auth.cpp b/protocols/Telegram/src/auth.cpp index 92962f5d79..8a64b2a015 100644 --- a/protocols/Telegram/src/auth.cpp +++ b/protocols/Telegram/src/auth.cpp @@ -137,10 +137,6 @@ void CTelegramProto::ProcessAuth(TD::updateAuthorizationState *pObj) CallFunctionSync(EnterEmailCode, this);
break;
- case TD::authorizationStateReady::ID:
- OnLoggedIn();
- break;
-
case TD::authorizationStateClosed::ID:
debugLogA("Connection terminated, exiting");
LogOut();
|