[FIX] Use WhatsApp's new sendTextMsgToChat function for sending messages

This commit is contained in:
Pedro Lopez
2019-05-29 22:42:43 -04:00
parent 5576812017
commit bf0fe8496c
2 changed files with 2 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ exports.ExposeStore = () => {
}
window.Store = window.mR.findModule("Conn")[0].default;
window.Store.SendMessage = window.mR.findModule("sendTextMsgToChat")[0].sendTextMsgToChat;
}
/**