Skip to content

Commit

Permalink
Remove full_text_extracts field from Preferences
Browse files Browse the repository at this point in the history
Slack doesn't seem to be returning this field for us anymore, which
leads to crashes at startup unless we remove the field.
  • Loading branch information
Øystein Hovind committed Dec 19, 2018
1 parent 5fbc773 commit f4d5eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Web/Slack/Types/Preferences.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ data Preferences = Preferences
, _prefKKeyOmnibox :: Bool
, _prefPushAtChannelSuppressedChannels :: Text
, _prefPromptedForEmailDisabling :: Bool
, _prefFullTextExtracts :: Bool
, _prefNoTextInNotifications :: Bool
, _prefMutedChannels :: Text
, _prefPrivacyPolicySeen :: Bool
Expand Down

0 comments on commit f4d5eee

Please sign in to comment.