You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
unbreak the custom app (broken by adding linkify to the underlying app)
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = React.createClass({
|
||||
render: function() {
|
||||
var content = this.props.mxEvent.getContent();
|
||||
return (
|
||||
<span className="mx_MTextTile" onClick={this.onClick}>
|
||||
<span ref="content" className="mx_MTextTile mx_messageTileType" onClick={this.onClick}>
|
||||
{content.body}
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user