mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	only show user's activities in profile
This commit is contained in:
		
							parent
							
								
									bb1fbe4e70
								
							
						
					
					
						commit
						917d334ebd
					
				| @ -353,7 +353,7 @@ func Profile(ctx *middleware.Context) { | ||||
| 	ctx.Data["TabName"] = tab | ||||
| 	switch tab { | ||||
| 	case "activity": | ||||
| 		actions, err := models.GetFeeds(u.Id, 0, false) | ||||
| 		actions, err := models.GetFeeds(u.Id, 0, true) | ||||
| 		if err != nil { | ||||
| 			ctx.Handle(500, "GetFeeds", err) | ||||
| 			return | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user