Migration to Tongo, new logic for user storage #3

Merged
nefrace merged 19 commits from tongo into master 2023-09-10 13:10:33 +03:00
1 changed files with 11 additions and 10 deletions
Showing only changes of commit de4200c150 - Show all commits

View File

@ -37,6 +37,7 @@ func userJoined(b *bot, update *echotron.Update) error {
JoinedMessage: message.ID, JoinedMessage: message.ID,
CorrectAnswer: int8(captcha.CorrectAnswer), CorrectAnswer: int8(captcha.CorrectAnswer),
DateJoined: time.Now(), DateJoined: time.Now(),
LastNotification: time.Now(),
} }
// user.CorrectAnswer = int8(captcha.CorrectAnswer) // user.CorrectAnswer = int8(captcha.CorrectAnswer)
ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second) ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second)