#3348 always use relative avatar link in the template
This commit is contained in:
parent
db3d393576
commit
50422f1fc2
32 changed files with 58 additions and 57 deletions
|
@ -77,7 +77,7 @@ func retrieveFeeds(ctx *context.Context, ctxUser *models.User, userID, offset in
|
|||
ctx.Handle(500, "GetUserByName", err)
|
||||
return
|
||||
}
|
||||
unameAvatars[act.ActUserName] = u.AvatarLink()
|
||||
unameAvatars[act.ActUserName] = u.RelAvatarLink()
|
||||
}
|
||||
|
||||
act.ActAvatar = unameAvatars[act.ActUserName]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue