mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
ensure images load in reply preview in timeline
This commit is contained in:
parent
f379bf2341
commit
b0e8506cb5
@ -31,6 +31,12 @@ export class BaseMessageTile extends SimpleTile {
|
|||||||
this._updateReplyTileIfNeeded(options.tilesCreator, undefined);
|
this._updateReplyTileIfNeeded(options.tilesCreator, undefined);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
notifyVisible() {
|
||||||
|
super.notifyVisible();
|
||||||
|
this._replyTile?.notifyVisible();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
get _mediaRepository() {
|
get _mediaRepository() {
|
||||||
return this._room.mediaRepository;
|
return this._room.mediaRepository;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user