display zalgo'd nicknames correctly on chrome/osx
This commit is contained in:
parent
2d1b88e50d
commit
55a4f3e3a1
5 changed files with 30 additions and 5 deletions
|
@ -57,7 +57,7 @@ module.exports = React.createClass({
|
|||
mx_MessageTile_notSent: this.props.mxEvent.status == 'not_sent',
|
||||
mx_MessageTile_highlight: this.shouldHighlight(),
|
||||
mx_MessageTile_continuation: this.props.continuation,
|
||||
mx_MessageTile_last: this.props.last
|
||||
mx_MessageTile_last: this.props.last,
|
||||
});
|
||||
var timestamp = <MessageTimestamp ts={this.props.mxEvent.getTs()} />
|
||||
var avatar, sender, resend;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue