use changed argument in js-sdk

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-06-18 13:48:23 +01:00
parent da93c6d040
commit 1ae51a8332
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E

View file

@ -243,7 +243,7 @@ function uploadFile(matrixClient, roomId, file, progressHandler) {
const blob = new Blob([encryptResult.data]); const blob = new Blob([encryptResult.data]);
return matrixClient.uploadContent(blob, { return matrixClient.uploadContent(blob, {
progressHandler: progressHandler, progressHandler: progressHandler,
omitFilename: true, includeFilename: false,
}).then(function(url) { }).then(function(url) {
// If the attachment is encrypted then bundle the URL along // If the attachment is encrypted then bundle the URL along
// with the information needed to decrypt the attachment and // with the information needed to decrypt the attachment and