mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
emotes start with *'s
This commit is contained in:
parent
ecd197df86
commit
954f837eab
@ -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>
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user