diff --git a/server/webhook_parser.go b/server/webhook_parser.go index 6263a6069..7bc78cfd4 100644 --- a/server/webhook_parser.go +++ b/server/webhook_parser.go @@ -270,7 +270,7 @@ func appendCommentNotifications(wh *webhook, verb string) { } // don't mention the author of the comment - if u == jwh.User.Name || u == jwh.User.AccountID { + if u == jwh.User.Name || u == jwh.User.AccountID || u == jwh.Comment.Author.AccountID { continue }