PR feedback

This commit is contained in:
David Baker 2016-06-28 14:59:45 +01:00
parent 98c03869a7
commit 548c392236
2 changed files with 6 additions and 0 deletions

View file

@ -41,6 +41,9 @@ module.exports = React.createClass({
canPreview: React.PropTypes.bool,
spinner: React.PropTypes.bool,
room: React.PropTypes.object,
// The alias that was used to access this room, if appropriate
roomAlias: React.PropTypes.object,
},
getDefaultProps: function() {