emotes start with *'s

pull/1/head
Matthew Hodgson 2015-07-07 04:05:55 +01:00
parent ecd197df86
commit 954f837eab
1 changed files with 1 additions and 1 deletions

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>
);
},