Compare commits

..

No commits in common. "4afbc2564b8b5e21479a66c82c5f38832fe45814" and "82f49079abd00a2fb89f183d29d199dbb547d505" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ func TaskKickOldUsers(b *echotron.API) {
continue
}
log.Printf("User %s was banned", user.FirstName)
_, err = b.DeleteMessage(user.ChatId, user.CaptchaMessage)
if err != nil {
log.Println("ERR: Captcha message not deleted: ", err)
}
store.DeleteByID(ctx, user.Id)
}
}