mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 09:21:55 +02:00
Fix display of image messages that lack thumbnails
Fixes https://github.com/vector-im/element-web/issues/18175
This commit is contained in:
parent
248a758ad6
commit
d38f2cf5b5
@ -67,6 +67,7 @@ export class MediaEventHelper implements IDestroyable {
|
||||
private prepareThumbnailUrl = async () => {
|
||||
if (this.media.isEncrypted) {
|
||||
const blob = await this.thumbnailBlob.value;
|
||||
if (blob === null) return null;
|
||||
return URL.createObjectURL(blob);
|
||||
} else {
|
||||
return this.media.thumbnailHttp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user