The variable is called roomId here
parent
d61714ab8d
commit
842b5aed56
|
@ -161,7 +161,7 @@ class ContentMessages {
|
||||||
var error;
|
var error;
|
||||||
var self = this;
|
var self = this;
|
||||||
return def.promise.then(function() {
|
return def.promise.then(function() {
|
||||||
if (matrixClient.isRoomEncrypted(room_id)) {
|
if (matrixClient.isRoomEncrypted(roomId)) {
|
||||||
// If the room is encrypted then encrypt the file before uploading it.
|
// If the room is encrypted then encrypt the file before uploading it.
|
||||||
// First read the file into memory.
|
// First read the file into memory.
|
||||||
upload.promise = readFileAsArrayBuffer(file).then(function(data) {
|
upload.promise = readFileAsArrayBuffer(file).then(function(data) {
|
||||||
|
|
Loading…
Reference in New Issue