matterhorn-50200.11.0: Terminal client for the Mattermost chat system

Safe HaskellNone
LanguageHaskell2010

Matterhorn.State.Flagging

Synopsis

Documentation

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

Update the UI to reflect the flagged/unflagged state of a message. This does not talk to the Mattermost server, but rather is the function we call when the Mattermost server notifies us of flagged or unflagged messages.