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:
parent
68e52f6ec0
commit
7e8274c6b7
3 changed files with 68 additions and 22 deletions
|
@ -26,6 +26,8 @@ module Types.NumCopies (
|
|||
mkSafeDropProof,
|
||||
ContentRemovalLock(..),
|
||||
p2pDefaultLockContentRetentionDuration,
|
||||
safeDropAnalysis,
|
||||
SafeDropAnalysis(..),
|
||||
) where
|
||||
|
||||
import Types.UUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue