diff --git a/app/fileSender.js b/app/fileSender.js index 51985022..d5a00eec 100644 --- a/app/fileSender.js +++ b/app/fileSender.js @@ -194,7 +194,7 @@ export default class FileSender extends Nanobus { JSON.stringify({ iv: arrayToB64(this.iv), name: this.file.name, - type: this.file.type + type: this.file.type || 'application/octet-stream' }) ) );