mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Use contentType from model
This commit is contained in:
@@ -215,7 +215,8 @@
|
||||
});
|
||||
}
|
||||
|
||||
const {blob, contentType} = this;
|
||||
const {blob} = this;
|
||||
const {contentType} = this.model;
|
||||
this.view = new View(this.objectUrl, {blob, contentType});
|
||||
this.view.$el.appendTo(this.$el);
|
||||
this.listenTo(this.view, 'update', this.update);
|
||||
|
||||
Reference in New Issue
Block a user