Skip to content

Commit

Permalink
Merge pull request #9 from gender-equality-community/reset_thank_you_…
Browse files Browse the repository at this point in the history
…always

Mark 'recently sent' on response from slack
  • Loading branch information
jspc authored Sep 25, 2022
2 parents 324410d + 2732cc8 commit 89eaff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ func (c Client) HandleResponse(msg Message) (err error) {
Conversation: stringRef(msg.Message),
})

c.r.MarkRecentlySent(thankyouKey(msg.ID), time.Minute*30)

return
}

Expand Down

0 comments on commit 89eaff9

Please sign in to comment.