[websocket] remark on public notifications

parent a0b836b0
Pipeline #6082 failed with stages
in 6 minutes and 9 seconds
......@@ -84,6 +84,9 @@ data UserAction =
-- | Represents a notification that goes to a given user. This is
-- directly sent via WebSockets.
--
-- NOTE: Do we need public notifications? I.e. sent out to non-logged
-- in users?
data UserNotification =
UserNotification UserId UserAction
deriving (Eq, Show)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment