Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Mar 16, 2019
1 parent dd34e3f commit 2434ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/slack.go
Expand Up @@ -446,7 +446,7 @@ func (s *SlackService) CreateMessage(message slack.Message, channelID string) co
// have a parent message. This means it contains a thread with replies.
//
// Additionally, we set the thread timestamp in the s.ThreadCache with
// the hexadecimal representation of the timestamp. We do this because
// the base62 representation of the timestamp. We do this because
// we if we want to reply to a thread, we need to reference this
// timestamp. Which is too long to type, we shorten it and remember the
// reference in the cache.
Expand Down

0 comments on commit 2434ba7

Please sign in to comment.