mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Bugfix: message attachments missing data
This commit is contained in:
parent
fd0a41cfaf
commit
787e236133
10 changed files with 15 additions and 52 deletions
|
|
@ -29,7 +29,6 @@ export class AttachmentModel extends AbstractModel {
|
|||
this.url = '';
|
||||
this.mimeIndex = '';
|
||||
this.estimatedSize = 0;
|
||||
this.framed = false;
|
||||
|
||||
this.addObservables({
|
||||
isInline: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue