imessagemodule
Advanced tools
Comparing version 0.1.5 to 0.1.6
16
index.js
@@ -107,3 +107,3 @@ // local includes | ||
use applescript to set the second portion of the chat title, if any | ||
if (chatTitle.indexOf(' ') > -1) { | ||
// if (chatTitle.indexOf(' ') > -1) { | ||
// typo is intentional in my code. error is in apple's headers | ||
@@ -113,11 +113,11 @@ messageHelper('startNewConverstaionInMessages'); | ||
setGroupChatTitle(chatTitle, function() { sendMessage(chatMessage, messageCallback); }.bind(this)); | ||
} else { | ||
// } else { | ||
// create a new chat, at least with the first portion of the chat title | ||
messageHelper('startNewConverstaionInMessages'); | ||
// messageHelper('startNewConverstaionInMessages'); | ||
setTimeout(function() { | ||
buddyHelper('openConversationWithBuddyID', objc(chatTitle), 'serviceName', objc('iMessage')); | ||
sendMessage(chatMessage, messageCallback); | ||
}.bind(this), 50) | ||
} | ||
// setTimeout(function() { | ||
// buddyHelper('openConversationWithBuddyID', objc(chatTitle), 'serviceName', objc('iMessage')); | ||
// sendMessage(chatMessage, messageCallback); | ||
// }.bind(this), 50) | ||
// } | ||
} | ||
@@ -124,0 +124,0 @@ |
{ | ||
"name": "imessagemodule", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A fast and reliable module for easily sending iMessages from your Mac", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21479