You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Added updating of count when room tile notification state changed
This commit is contained in:
@@ -40,6 +40,7 @@ module.exports = React.createClass({
|
|||||||
highlight: React.PropTypes.bool.isRequired,
|
highlight: React.PropTypes.bool.isRequired,
|
||||||
isInvite: React.PropTypes.bool.isRequired,
|
isInvite: React.PropTypes.bool.isRequired,
|
||||||
roomSubList: React.PropTypes.object.isRequired,
|
roomSubList: React.PropTypes.object.isRequired,
|
||||||
|
refreshSubList: React.PropTypes.func.isRequired,
|
||||||
incomingCall: React.PropTypes.object,
|
incomingCall: React.PropTypes.object,
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -132,6 +133,7 @@ module.exports = React.createClass({
|
|||||||
room: this.props.room,
|
room: this.props.room,
|
||||||
onFinished: function() {
|
onFinished: function() {
|
||||||
self.setState({ notificationTagMenu: false });
|
self.setState({ notificationTagMenu: false });
|
||||||
|
self.props.refreshSubList();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.setState({ notificationTagMenu: true });
|
this.setState({ notificationTagMenu: true });
|
||||||
|
|||||||
Reference in New Issue
Block a user