Skip to content

Commit

Permalink
[issue 823] Avoid sending mention DM notifications for comment updates
Browse files Browse the repository at this point in the history
…#823 (#824)

* removed update comment event from notifications

* fixed logic

Co-authored-by: siba <siba@ip-172-31-33-5.ap-south-1.compute.internal>
  • Loading branch information
sibasankarnayak and siba authored Jan 19, 2022
1 parent f5a17e1 commit b62a305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/webhook_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ func parseWebhookCommentUpdated(jwh *JiraWebhook) (Webhook, error) {
text: truncate(quoteIssueComment(jwh.Comment.Body), 3000),
}

appendCommentNotifications(wh, "**mentioned** you in a comment update on")
return wh, nil
}

Expand Down

0 comments on commit b62a305

Please sign in to comment.