mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	#3348 always use relative avatar link in the template
This commit is contained in:
		| @@ -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] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user