fix zalgos in SenderProfile again, whilst maintaining limited-width name via inline-block. and without doubling emote vertical space...
This commit is contained in:
parent
00a92452e8
commit
512a9125bf
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ module.exports = React.createClass({
|
|||
|
||||
var msgtype = mxEvent.getContent().msgtype;
|
||||
if (msgtype && msgtype == 'm.emote') {
|
||||
name = ''; // emote message must include the name so don't duplicate it
|
||||
return <span/>; // emote message must include the name so don't duplicate it
|
||||
}
|
||||
return (
|
||||
<span className="mx_SenderProfile" onClick={this.props.onClick}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue