This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
[Bug] [API] Add language to user api (
#9215
)
* add language to user api * OK Co-Authored-By: Lauris BH <lauris@nix.lv>
for-closed-social
6543
5 years ago
committed by
techknowlogick
parent
60c5339042
commit
61c59bd695
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/convert/convert.go
+ 1
- 0
modules/convert/convert.go
View File
@ -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
}
Write
Preview
Loading…
Cancel
Save