Linkify URLs
This commit is contained in:
parent
0daab63b4a
commit
a00510c1ca
5 changed files with 14 additions and 3 deletions
|
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
var content = this.props.mxEvent.getContent();
|
||||
return (
|
||||
<span className="mx_MNoticeTile mx_messageTileType">
|
||||
<span ref="content" className="mx_MNoticeTile mx_messageTileType">
|
||||
{content.body}
|
||||
</span>
|
||||
);
|
||||
|
|
|
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
|||
render: function() {
|
||||
var content = this.props.mxEvent.getContent();
|
||||
return (
|
||||
<span className="mx_MTextTile mx_messageTileType">
|
||||
<span ref="content" className="mx_MTextTile mx_messageTileType">
|
||||
{content.body}
|
||||
</span>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue