Merge remote-tracking branch 'origin/develop' into dbkr/fix_user_links

This commit is contained in:
David Baker 2016-06-28 17:15:17 +01:00
commit ba47c5a198
2 changed files with 9 additions and 0 deletions

View file

@ -41,6 +41,11 @@ 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
// If given, this will be how the room is referred to (eg.
// in error messages).
roomAlias: React.PropTypes.object,
},
getDefaultProps: function() {