fix invite highlights

pull/21833/head
Matthew Hodgson 2017-04-19 00:13:01 +01:00
parent abf2300c0d
commit 4a9c168682
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,10 @@ module.exports = React.createClass({
} }
}, },
componentWillReceiveProps: function(nextProps) {
this.onRefresh();
},
onRefresh: function(params) { onRefresh: function(params) {
this.setState({ this.setState({
unread: Unread.doesRoomHaveUnreadMessages(this.props.room), unread: Unread.doesRoomHaveUnreadMessages(this.props.room),