You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
@@ -39,7 +39,7 @@ export default class MImageReplyBody extends MImageBody {
|
|||||||
return super.render();
|
return super.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
const content = this.props.mxEvent.getContent() as IMediaEventContent;
|
const content = this.props.mxEvent.getContent<IMediaEventContent>();
|
||||||
|
|
||||||
const contentUrl = this.getContentUrl();
|
const contentUrl = this.getContentUrl();
|
||||||
const thumbnail = this.messageContent(contentUrl, this.getThumbUrl(), content);
|
const thumbnail = this.messageContent(contentUrl, this.getThumbUrl(), content);
|
||||||
|
|||||||
Reference in New Issue
Block a user