S2S: Common: Remove: When deleting Collab record, delete CollabDeleg*s too
This commit is contained in:
parent
6dceaa1cff
commit
cfc8add212
1 changed files with 2 additions and 0 deletions
|
@ -1379,6 +1379,8 @@ topicRemove grabActor topicResource topicField topicCollabField now topicKey (Ve
|
|||
lift $ for maybeRemoveDB $ \ _removeDB -> do
|
||||
|
||||
-- Delete the whole Collab record
|
||||
deleteBy $ UniqueCollabDelegLocal enableID
|
||||
deleteBy $ UniqueCollabDelegRemote enableID
|
||||
delete enableID
|
||||
case recipID of
|
||||
Left (E.Value l) -> do
|
||||
|
|
Loading…
Reference in a new issue