HTML and Markdown emotes.
This commit is contained in:
parent
52376091cb
commit
f028b343b0
2 changed files with 13 additions and 15 deletions
|
@ -56,7 +56,7 @@ module.exports = React.createClass({
|
|||
var name = mxEvent.sender ? mxEvent.sender.name : mxEvent.getSender();
|
||||
return (
|
||||
<span ref="content" className="mx_MEmoteTile mx_MessageTile_content">
|
||||
* {name} {content.body}
|
||||
* { name } { body }
|
||||
</span>
|
||||
);
|
||||
case "m.notice":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue