mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Bugfix: message.attachments.hasVisible() undefined
This commit is contained in:
parent
e265a0f1c1
commit
08ea226dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ const
|
|||
// data.related = true;
|
||||
message.attachments.push(attachment);
|
||||
});
|
||||
message.hasAttachments(message.attachments.hasVisible());
|
||||
message.hasAttachments(message.attachments().hasVisible());
|
||||
// result.headers;
|
||||
// TODO: strip script tags and all other security that PHP also does
|
||||
message.plain(result.text || '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue