Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed May 31, 2023
1 parent ae42981 commit fdbe21f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/galley/src/Galley/API/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,6 @@ rmUser lusr conn = do
let userDelete = UserDeletedConversationsNotification (tUnqualified lusr) (unsafeRange (tUnqualified remoteConvs))
let rpc = void $ fedQueueClient @'Galley @"on-user-deleted-conversations" userDelete
enqueueNotification remoteConvs Q.Persistent rpc
-- runFederatedEither remoteConvs rpc
-- >>= logAndIgnoreError "Error in onUserDeleted call" (tUnqualified lusr)

-- FUTUREWORK: Add a retry mechanism if there are federation errrors.
-- See https://wearezeta.atlassian.net/browse/SQCORE-1091
Expand Down

0 comments on commit fdbe21f

Please sign in to comment.