Delete from file repository bug

This commit is contained in:
Hydrus Network Developer 2024-02-21 15:14:57 -06:00
parent 2f5493642b
commit 8c9a890bd7
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ class EditDeleteFilesPanel( ClientGUIScrolledPanels.EditPanel ):
content_updates = [ ClientContentUpdates.ContentUpdate( HC.CONTENT_TYPE_FILES, HC.CONTENT_UPDATE_PETITION, hashes, reason = reason ) ]
content_update_packages = [ ClientContentUpdates.ContentUpdatePackage.STATICCreateFromContentUpdate( deletee_file_service_key, content_updates ) ]
content_update_packages = [ ClientContentUpdates.ContentUpdatePackage.STATICCreateFromContentUpdates( deletee_file_service_key, content_updates ) ]
hashes_physically_deleted = []