You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Consolidate TileShape into TimelineRenderingType (#7843)
This commit is contained in:
committed by
GitHub
parent
ca89d3b96e
commit
5f5bb4a4fe
@@ -161,7 +161,6 @@ export default class MessageEvent extends React.Component<IProps> implements IMe
|
||||
highlights={this.props.highlights}
|
||||
highlightLink={this.props.highlightLink}
|
||||
showUrlPreview={this.props.showUrlPreview}
|
||||
tileShape={this.props.tileShape}
|
||||
forExport={this.props.forExport}
|
||||
maxImageHeight={this.props.maxImageHeight}
|
||||
replacingEventId={this.props.replacingEventId}
|
||||
|
||||
Reference in New Issue
Block a user