「メッセージ」という名前のクラスに新しいオブジェクトが保存されるたびに、このクラウドコードを実行しようとしていますが、新しいオブジェクトを自分の「メッセージ」というクラス。コードの何が問題になっていますか?
Parse.Cloud.afterSave("sendMessage", function(Message, response) {
var messageBody = null;
var messageSenderName = null;
var messageSenderId = null;
var randUsers = [];
console.log("The variables were set");
............other code that doesn't matter................
});