diff --git a/telegram/connect.go b/telegram/connect.go index 2e1af65..701de29 100644 --- a/telegram/connect.go +++ b/telegram/connect.go @@ -154,8 +154,7 @@ func (c *Client) interactor() { for { state, ok := <-c.authorizer.State if !ok { - gateway.SendMessage(c.jid, "", "Interactor is disconnected", c.xmpp) - log.Error("Interactor is disconnected") + log.Warn("Interactor is disconnected") return }