sync usenet progress before bed
- image attachments on webtv cause server error - only affects inline embeds - midi and audio attachments should still work fine
This commit is contained in:
@@ -398,10 +398,16 @@ class WTVNews {
|
||||
attachments: attachments
|
||||
}
|
||||
} else {
|
||||
return { text: message.article.body.join("\n") }
|
||||
var message_body = '';
|
||||
if (message.article.body) message_body = message.article.body.join("\n")
|
||||
|
||||
return { text: message_body }
|
||||
}
|
||||
} else {
|
||||
return { text: message.article.body.join("\n") }
|
||||
var message_body = '';
|
||||
if (message.article.body) message_body = message.article.body.join("\n")
|
||||
|
||||
return { text: message_body }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user