add test for inline images

This commit is contained in:
Felix Hammerl 2014-06-25 15:03:50 +02:00
parent f31bded060
commit 3626b4d556
2 changed files with 16 additions and 1 deletions

View File

@ -1492,7 +1492,6 @@ define(function(require) {
});
if (internalReference) {
// message.attachments.splice(message.attachments.indexOf(internalReference), 1);
payload = '';
for (var i = 0; i < internalReference.content.byteLength; i++) {
payload += String.fromCharCode(internalReference.content[i]);

File diff suppressed because one or more lines are too long