group messages together from the same user
This commit is contained in:
parent
a5d24329c2
commit
341fe868e4
3 changed files with 26 additions and 2 deletions
|
@ -52,7 +52,8 @@ module.exports = React.createClass({
|
|||
mx_MessageTile: true,
|
||||
mx_MessageTile_sending: this.props.mxEvent.status == 'sending',
|
||||
mx_MessageTile_notSent: this.props.mxEvent.status == 'not_sent',
|
||||
mx_MessageTile_highlight: this.shouldHighlight()
|
||||
mx_MessageTile_highlight: this.shouldHighlight(),
|
||||
mx_MessageTile_continuation: this.props.continuation,
|
||||
});
|
||||
return (
|
||||
<div className={classes}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue