csaftoiu / slack-email-digest

Scripts to summarize Slack chat history into an email digest.
The Unlicense
6 stars 1 forks source link

bit hacky message id handling #18

Closed csaftoiu closed 8 years ago

csaftoiu commented 8 years ago

Message ids now vary based on team_id and channel_id.

Really this should be refactored so there's just one slack instance, each of the piece use it to get the info instead of passing it around, the date is tied with the messages, etc. But it works for now!