Skip to content

Commit

Permalink
Deprioritize TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
fisx committed May 30, 2024
1 parent ac171fc commit c263709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/brig/src/Brig/IO/Intra.hs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ onUserEvent orig conn e =
*> dispatchNotifications orig conn e
*> embed (journalEvent orig e)

-- TODO(mangoiv): should this be in another module?

runUserEvents ::
( Member (Embed HttpClientIO) r,
Member NotificationSubsystem r,
Expand All @@ -138,6 +136,7 @@ runUserEvents ::
) =>
InterpreterFor UserEvents r
runUserEvents = interpret \case
-- FUTUREWORK(mangoiv): should this be in another module?
GenerateUserEvent uid mconnid event -> onUserEvent uid mconnid event

onConnectionEvent ::
Expand Down

0 comments on commit c263709

Please sign in to comment.