Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		 Otto Richter (fnetX)
					Otto Richter (fnetX)
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							4317806ade
						
					
				
				
					commit
					a3f72303d1
				
			| @@ -204,7 +204,7 @@ func (ns *notificationService) NotifyPullRevieweDismiss(doer *user_model.User, r | ||||
| } | ||||
|  | ||||
| func (ns *notificationService) NotifyIssueChangeAssignee(doer *user_model.User, issue *models.Issue, assignee *user_model.User, removed bool, comment *models.Comment) { | ||||
| 	if !removed { | ||||
| 	if !removed && doer.ID != assignee.ID { | ||||
| 		var opts = issueNotificationOpts{ | ||||
| 			IssueID:              issue.ID, | ||||
| 			NotificationAuthorID: doer.ID, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user