diff --git a/local/telegram/telegram.go b/local/telegram/telegram.go index 10d4061..298c4e2 100644 --- a/local/telegram/telegram.go +++ b/local/telegram/telegram.go @@ -81,9 +81,6 @@ func Connect() { log.Debug().Msg("Connection with Telegram established") for update := range rawUpdates { log.Debug().Msgf("Update of type %s received", update.Data["@type"]) - - <-c.ShutdownDone - return } }