hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
908 stars 192 forks source link

[bug] short field is optional -- default it to False if not present #101

Closed rileymichael closed 4 years ago

rileymichael commented 5 years ago

According to Slack's documentation, the 'short' field is optional. Defaulting it to False as to not throw a KeyError.

https://api.slack.com/docs/message-attachments

short
An optional flag indicating whether the value is short enough to be displayed side-by-side with other values.