S2S: Project: Remove: Child-active: Fig bug, forgot to remove SourceUsLeaf records
This commit is contained in:
parent
c2da1da9f4
commit
476f65aece
1 changed files with 1 additions and 0 deletions
|
@ -4288,6 +4288,7 @@ projectRemove now projectID (Verse authorIdMsig body) remove = do
|
|||
deleteWhere [SourceUsLeafFromRemoteLeaf <-. leafIDs]
|
||||
deleteWhere [SourceUsLeafToLocalLeaf <-. leafIDs]
|
||||
deleteWhere [SourceUsLeafToRemoteLeaf <-. leafIDs]
|
||||
deleteWhere [SourceUsLeafId <-. leafIDs]
|
||||
case topic of
|
||||
Left (localID, _, _) -> do
|
||||
deleteWhere [SourceThemDelegateLocalSource ==. localID]
|
||||
|
|
Loading…
Reference in a new issue