debugger22 / github-audio

Listen to music generated by events happening across GitHub :octocat: 🎷
https://github.audio
MIT License
1.74k stars 99 forks source link

send correct message value for comment event, add more types of comment event #39

Open JeffZhang02747 opened 7 years ago

JeffZhang02747 commented 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.

debugger22 commented 7 years ago

I'll test it locally and then let you know.