forumThread.voted Client Message
Client-side message raised when a forum reply vote has been created, updated, or deleted
Usage
messaging.subscribe('forumThread.voted', function(data) {
// handle the event
});
Data
threadId
: Thread IDvoteType
: Vote Typecount
: Count of Votes