[Bug] [API] Add language to user api (#9215)

* add language to user api

* OK

Co-Authored-By: Lauris BH <lauris@nix.lv>
tokarchuk/v1.17
6543 5 years ago committed by techknowlogick
parent 60c5339042
commit 61c59bd695
  1. 1
      modules/convert/convert.go

@ -273,6 +273,7 @@ func ToUser(user *models.User, signed, authed bool) *api.User {
result.ID = user.ID
result.IsAdmin = user.IsAdmin
result.LastLogin = user.LastLoginUnix.AsTime()
result.Language = user.Language
}
return result
}

Loading…
Cancel
Save