More PR feedback

This commit is contained in:
David Baker 2016-06-28 17:11:47 +01:00
parent 548c392236
commit e8337b2119
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,8 @@ module.exports = React.createClass({
room: React.PropTypes.object,
// The alias that was used to access this room, if appropriate
// If given, this will be how the room is referred to (eg.
// in error messages).
roomAlias: React.PropTypes.object,
},