bkanber / Slackadaisical

Command line Slack chat client.
GNU General Public License v3.0
276 stars 13 forks source link

Deal with empty `mostRecentMessages` #5

Closed msbit closed 6 years ago

msbit commented 6 years ago

In a situation where the messages are not empty, but the messages with valid timestamps are, ensure timestamps are not accessed.

msbit commented 6 years ago

Actually deals with the case when messages (this.channels[channel.id].history.messages) are empty too.