Bugfix: message attachments missing data

This commit is contained in:
the-djmaze 2022-10-28 13:57:13 +02:00
parent fd0a41cfaf
commit 787e236133
10 changed files with 15 additions and 52 deletions

View file

@ -29,7 +29,6 @@ export class AttachmentModel extends AbstractModel {
this.url = '';
this.mimeIndex = '';
this.estimatedSize = 0;
this.framed = false;
this.addObservables({
isInline: false,