mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Display the body of unknown message types
This commit is contained in:
parent
28022534f7
commit
3474f08334
@ -25,9 +25,10 @@ module.exports = React.createClass({
|
||||
mixins: [UnknownMessageTileController],
|
||||
|
||||
render: function() {
|
||||
var content = this.props.mxEvent.getContent();
|
||||
return (
|
||||
<span className="mx_UnknownMessageTile">
|
||||
?
|
||||
{content.body}
|
||||
</span>
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user