Open JeffZhang02747 opened 7 years ago
This will issue #38 . Reason why commentEvent are not displayed and played sound is that, data.body is NULL, passing data.payload.comment.body instead.
handle PullRequestReviewCommentEvent and CommitCommentEvent as commentEvent.
update html accordingly.
I'll test it locally and then let you know.
This will issue #38 . Reason why commentEvent are not displayed and played sound is that, data.body is NULL, passing data.payload.comment.body instead.
handle PullRequestReviewCommentEvent and CommitCommentEvent as commentEvent.
update html accordingly.