Allow posting/sending of blank message body

This commit is contained in:
zefie
2023-08-26 14:39:23 -04:00
parent e8b877b1b5
commit 2e32be9875

View File

@@ -210,6 +210,8 @@ Content-Type: audio/wav`;
} }
} }
if (!msg_body) msg_body = "";
if (attachments.length > 0 || msg_body.indexOf('<html>') >= 0) { if (attachments.length > 0 || msg_body.indexOf('<html>') >= 0) {
// usenet attachments // usenet attachments
var tuples = []; var tuples = [];