fix invite highlights
This commit is contained in:
parent
abf2300c0d
commit
4a9c168682
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ module.exports = React.createClass({
|
|||
}
|
||||
},
|
||||
|
||||
componentWillReceiveProps: function(nextProps) {
|
||||
this.onRefresh();
|
||||
},
|
||||
|
||||
onRefresh: function(params) {
|
||||
this.setState({
|
||||
unread: Unread.doesRoomHaveUnreadMessages(this.props.room),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue