mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -30,7 +30,7 @@ func prepareContextForCommonProfile(ctx *context.Context) {
 | 
			
		||||
func PrepareContextForProfileBigAvatar(ctx *context.Context) {
 | 
			
		||||
	prepareContextForCommonProfile(ctx)
 | 
			
		||||
 | 
			
		||||
	ctx.Data["IsFollowing"] = ctx.Doer != nil && user_model.IsFollowing(ctx.Doer.ID, ctx.ContextUser.ID)
 | 
			
		||||
	ctx.Data["IsFollowing"] = ctx.Doer != nil && user_model.IsFollowing(ctx, ctx.Doer.ID, ctx.ContextUser.ID)
 | 
			
		||||
	ctx.Data["ShowUserEmail"] = setting.UI.ShowUserEmail && ctx.ContextUser.Email != "" && ctx.IsSigned && !ctx.ContextUser.KeepEmailPrivate
 | 
			
		||||
 | 
			
		||||
	// Show OpenID URIs
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user