emotes start with *'s

This commit is contained in:
Matthew Hodgson 2015-07-07 04:05:55 +01:00
parent ecd197df86
commit 954f837eab

View file

@ -30,7 +30,7 @@ module.exports = React.createClass({
var name = mxEvent.sender ? mxEvent.sender.name : mxEvent.getSender();
return (
<span className="mx_MEmoteTile mx_messageTileType">
{name} {content.body}
* {name} {content.body}
</span>
);
},