Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwire committed Jun 1, 2023
1 parent 91487b2 commit 2f00623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/galley/src/Galley/API/MLS/SubConversation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ deleteLocalSubConversation qusr lcnvId scnvId dsc = do
unless (dscEpoch dsc == epoch) $ throwS @'MLSStaleMessage
Eff.removeAllMLSClients gid

-- TODO(SB) swallowing the error and starting with GroupIdGen 0 if nextGenGroupId
-- swallowing the error and starting with GroupIdGen 0 if nextGenGroupId
let newGid = fromRight (convToGroupId' (flip SubConv scnvId <$> tUntagged lcnvId)) $ nextGenGroupId gid

-- the following overwrites any prior information about the subconversation
Expand Down

0 comments on commit 2f00623

Please sign in to comment.