node-red-node-twitter
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -569,3 +569,3 @@ | ||
node.status({fill:"blue",shape:"dot",text:"twitter.status.tweeting"}); | ||
if (msg.payload.slice(0,2) == "D ") { | ||
if (msg.payload.slice(0,2).toLowerCase() === "d ") { | ||
var dm_user; | ||
@@ -572,0 +572,0 @@ // direct message syntax: "D user message" |
{ | ||
"name": "node-red-node-twitter", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A Node-RED node to talk to Twitter", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
58080
8
780