mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	[refactor] notify remove unused praram (#9804)
This commit is contained in:
		@@ -350,7 +350,7 @@ func Merge(pr *models.PullRequest, doer *models.User, baseGitRepo *git.Repositor
 | 
			
		||||
		log.Error("setMerged [%d]: %v", pr.ID, err)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	notification.NotifyMergePullRequest(pr, doer, baseGitRepo)
 | 
			
		||||
	notification.NotifyMergePullRequest(pr, doer)
 | 
			
		||||
 | 
			
		||||
	// Reset cached commit count
 | 
			
		||||
	cache.Remove(pr.Issue.Repo.GetCommitsCountCacheKey(pr.BaseBranch, true))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user