mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	#1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
This commit is contained in:
		| @@ -163,7 +163,7 @@ func SendIssueNotifyMail(u, owner *models.User, repo *models.Repository, issue * | ||||
|  | ||||
| 	tos := make([]string, 0, len(ws)) | ||||
| 	for i := range ws { | ||||
| 		uid := ws[i].UserId | ||||
| 		uid := ws[i].UserID | ||||
| 		if u.Id == uid { | ||||
| 			continue | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user