forked from mystiq/hydrogen-web
fix
This commit is contained in:
parent
a6224135e3
commit
2e0d1363c7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ export class ImageTile extends MessageTile {
|
|||
this._decryptedImage = await this._loadEncryptedFile(file);
|
||||
}
|
||||
}
|
||||
return this._decryptedImage || "";
|
||||
return this._decryptedImage?.uri || "";
|
||||
}
|
||||
|
||||
_scaleFactor() {
|
||||
|
|
Loading…
Reference in a new issue