mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:41:32 +01:00 
			
		
		
		
	Fix repo_index_status lingering when deleting a repository (#7734)
This commit is contained in:
		
							parent
							
								
									6c0c5c5310
								
							
						
					
					
						commit
						09463d17e4
					
				| @ -1800,6 +1800,7 @@ func DeleteRepository(doer *User, uid, repoID int64) error { | ||||
| 		&HookTask{RepoID: repoID}, | ||||
| 		&Notification{RepoID: repoID}, | ||||
| 		&CommitStatus{RepoID: repoID}, | ||||
| 		&RepoIndexerStatus{RepoID: repoID}, | ||||
| 	); err != nil { | ||||
| 		return fmt.Errorf("deleteBeans: %v", err) | ||||
| 	} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user