matterhorn-50200.11.0: Terminal client for the Mattermost chat system

Safe HaskellNone
LanguageHaskell2010

Matterhorn.State.MessageSelect

Contents

Synopsis

Message selection mode

flagSelectedMessage :: MH () Source #

Tell the server that the message we currently have selected should have its flagged state toggled.

pinSelectedMessage :: MH () Source #

Tell the server that the message we currently have selected should have its pinned state toggled.

flagMessage :: PostId -> Bool -> MH () Source #

Tell the server that we have flagged or unflagged a message.