Splyth / slack_bot

Slack Bot Created for the Animutiny Slack Group (Name is Lisa)
MIT License
9 stars 5 forks source link

Change 'always thread' behavior to 'thread if in thread' behavior #9

Closed Zylox closed 5 years ago

Zylox commented 5 years ago

Alright, pretty sure i have it right this time. I confused myself with how i had some variables named in renwick. What i WAS doing was creating a thread EVERY TIME by using the timestamp of the message, not the optionally included thread_ts payload item.

This is outlined in the doc here: Screen Shot 2019-08-15 at 10 09 49 AM

Source: https://api.slack.com/docs/message-threading

Splyth commented 5 years ago

@dbothwe could you give it a once over