implemented ActionDropUnwanted

Not tested yet. This emulates the same checking that is done when
dropping. Note that when dropping from a special remote it is not able
to make a locked copy.
This commit is contained in:
Joey Hess 2024-09-12 10:44:31 -04:00
parent 68e52f6ec0
commit 7e8274c6b7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 68 additions and 22 deletions

View file

@ -26,6 +26,8 @@ module Types.NumCopies (
mkSafeDropProof,
ContentRemovalLock(..),
p2pDefaultLockContentRetentionDuration,
safeDropAnalysis,
SafeDropAnalysis(..),
) where
import Types.UUID