aboutsummaryrefslogtreecommitdiff
path: root/telegram/connect.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/connect.go')
-rw-r--r--telegram/connect.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegram/connect.go b/telegram/connect.go
index 6c88cd1..afa2d1f 100644
--- a/telegram/connect.go
+++ b/telegram/connect.go
@@ -68,10 +68,10 @@ func (stateHandler *clientAuthorizer) Handle(c *client.Client, state client.Auth
return nil
case client.TypeAuthorizationStateLoggingOut:
- return client.ErrNotSupportedAuthorizationState
+ return nil
case client.TypeAuthorizationStateClosing:
- return client.ErrNotSupportedAuthorizationState
+ return nil
case client.TypeAuthorizationStateClosed:
return client.ErrNotSupportedAuthorizationState