slack-api 0.7 → 0.8
raw patch · 2 files changed
+1/−3 lines, 2 files
Files
slack-api.cabal view
@@ -1,5 +1,5 @@ Name: slack-api-Version: 0.7+Version: 0.8 Synopsis: Bindings to the Slack RTM API. Description: This library provides bindings to the <https://api.slack.com/rtm Slack Real Time Messaging API>. Users should find it easy to program their own Slack bots using the functionality found in `Web.Slack`.
src/Web/Slack/Types/Preferences.hs view
@@ -54,8 +54,6 @@ , _prefTabUiReturnSelects :: Bool , _prefObeyInlineImgLimit :: Bool , _prefNewMsgSnd :: Text- , _prefCollapsible :: Bool- , _prefCollapsibleByClick :: Bool , _prefRequireAt :: Bool , _prefExpandNonMediaAttachments :: Bool , _prefShowTyping :: Bool