mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix user profile activity feed (#1848)
* Fix user profile activity feed * gofmt, and avoid overlapping database connections
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
  id: 2
 | 
			
		||||
  user_id: 3
 | 
			
		||||
  op_type: 2 # rename repo
 | 
			
		||||
  act_user_id: 3
 | 
			
		||||
  act_user_id: 2
 | 
			
		||||
  repo_id: 3
 | 
			
		||||
  is_private: true
 | 
			
		||||
  content: oldRepoName
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user