Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
handleUserUnfollow :: ScottyT AppM () Source #
unfollowUser :: (AcquireProfile m, DeleteFollow m) => UserID -> Text -> m (Either AccountError UserProfile) Source #
class Monad m => DeleteFollow m where Source #
deleteFollow :: UserID -> UserID -> m (Either AccountError ()) Source #
Instances
(Monad m, MonadDB m, MonadUnliftIO m) => DeleteFollow m Source # | |
Defined in Conduit.Features.Account.Follows.UnfollowUser deleteFollow :: UserID -> UserID -> m (Either AccountError ()) Source # |