mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -314,7 +314,7 @@ func (a *actionNotifier) NotifySyncDeleteRef(doer *models.User, repo *models.Rep
 | 
			
		||||
	if err := models.NotifyWatchers(&models.Action{
 | 
			
		||||
		ActUserID: repo.OwnerID,
 | 
			
		||||
		ActUser:   repo.MustOwner(),
 | 
			
		||||
		OpType:    models.ActionMirrorSyncCreate,
 | 
			
		||||
		OpType:    models.ActionMirrorSyncDelete,
 | 
			
		||||
		RepoID:    repo.ID,
 | 
			
		||||
		Repo:      repo,
 | 
			
		||||
		IsPrivate: repo.IsPrivate,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user