mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	This commit is contained in:
		@@ -1838,6 +1838,7 @@ func DeleteRepository(doer *User, uid, repoID int64) error {
 | 
				
			|||||||
		&RepoRedirect{RedirectRepoID: repoID},
 | 
							&RepoRedirect{RedirectRepoID: repoID},
 | 
				
			||||||
		&Webhook{RepoID: repoID},
 | 
							&Webhook{RepoID: repoID},
 | 
				
			||||||
		&HookTask{RepoID: repoID},
 | 
							&HookTask{RepoID: repoID},
 | 
				
			||||||
 | 
							&Notification{RepoID: repoID},
 | 
				
			||||||
	); err != nil {
 | 
						); err != nil {
 | 
				
			||||||
		return fmt.Errorf("deleteBeans: %v", err)
 | 
							return fmt.Errorf("deleteBeans: %v", err)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user