diff options
Diffstat (limited to 'telegram/connect.go')
-rw-r--r-- | telegram/connect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telegram/connect.go b/telegram/connect.go index 3a711c2..af97b02 100644 --- a/telegram/connect.go +++ b/telegram/connect.go @@ -207,6 +207,7 @@ func (c *Client) interactor() { func (c *Client) forceClose() { c.listener.Close() + c.authorizer = nil } // Online checks if the updates listener is alive |