DISQUS-API-Recipes
DISQUS-API-Recipes copied to clipboard
"Comment reply created" notification
I wanna implement a feature where I notify my users that someone replied on their comment.
I looked deep into the onNewComment
in the js lib, but there wasn't information whether the new comment is a reply or not, and to which comment.
Am I approaching this wrong?