Skip to content

Commit

Permalink
Update Welcome react.js
Browse files Browse the repository at this point in the history
Removed the '"is_bot": true' condition
  • Loading branch information
eriemer1 authored Oct 5, 2023
1 parent 6d27180 commit 528d8a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Parsers/Welcome react.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var message = {
var previousMessage = new global.GlideQuery('x_snc_slackerbot_payload')
.where('payload', 'CONTAINS', '"type": "reaction_added"')
.where('payload', 'CONTAINS', '"reaction": "welcome"')
.where('payload', 'CONTAINS', '"is_bot": true')
.where('payload', 'CONTAINS', '"thread_ts": ' + current.thread_ts)
.selectOne()
.isPresent();
Expand Down

0 comments on commit 528d8a9

Please sign in to comment.