Highlight room tiles on bing
This commit is contained in:
parent
57ba816919
commit
46646cbd87
3 changed files with 13 additions and 1 deletions
|
@ -32,6 +32,7 @@ module.exports = React.createClass({
|
|||
'mx_RoomTile': true,
|
||||
'selected': this.props.selected,
|
||||
'unread': this.props.unread,
|
||||
'highlight': this.props.highlight,
|
||||
'invited': this.props.room.currentState.members[myUserId].membership == 'invite'
|
||||
});
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue