Add todo to make RP listen to RVS

pull/4775/head
Luke Barnard 2017-08-10 16:59:12 +01:00
parent 7269e7b84a
commit 44c6f3fafc
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ module.exports = React.createClass({
displayName: 'RightPanel', displayName: 'RightPanel',
propTypes: { propTypes: {
// TODO: This should not be a prop, it should be received from the RoomViewStore
roomId: React.PropTypes.string, // if showing panels for a given room, this is set roomId: React.PropTypes.string, // if showing panels for a given room, this is set
collapsed: React.PropTypes.bool, // currently unused property to request for a minimized view of the panel collapsed: React.PropTypes.bool, // currently unused property to request for a minimized view of the panel
}, },