Merge branch 'main' of codeberg.org:u1f320/pronouns.cc

This commit is contained in:
Sam 2023-04-18 22:53:10 +02:00
commit 17f2552c6a
No known key found for this signature in database
GPG Key ID: B4EF20DDE721CAA1
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func (s *Server) tumblrCallback(w http.ResponseWriter, r *http.Request) error {
return nil
}
err = u.UpdateFromTumblr(ctx, s.DB, tumblrName, tumblrID)
err = u.UpdateFromTumblr(ctx, s.DB, tumblrID, tumblrName)
if err != nil {
log.Errorf("updating user %v with Tumblr info: %v", u.ID, err)
}