forked from mystiq/hydrogen-web
ensure images load in reply preview in timeline
This commit is contained in:
parent
f379bf2341
commit
b0e8506cb5
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue