mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix
This commit is contained in:
parent
a6224135e3
commit
2e0d1363c7
@ -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 New Issue
Block a user