mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 11:45:18 +00:00
Initial users support
This commit is contained in:
@@ -75,7 +75,7 @@ func ParseComment(data gjson.Result) types.Comment {
|
||||
return types.Comment{
|
||||
Comments: comments,
|
||||
User: types.User{
|
||||
Id: data.Get("account.id").String(),
|
||||
Id: data.Get("account.id").Int(),
|
||||
Username: data.Get("account.username").String(),
|
||||
Avatar: userAvatar,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user