Send non-image messages with link
This commit is contained in:
parent
ca5468f78f
commit
509de17c6b
3
main.js
3
main.js
@ -366,9 +366,8 @@ function sendMMS(number, from, mediauri, mimetype, callback) {
|
|||||||
body = "";
|
body = "";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// Send link to content as SMS, don't send actual content
|
// Send link to content too
|
||||||
body = httpmediaurl;
|
body = httpmediaurl;
|
||||||
media = [];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user