mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 14:46:25 +02:00
PR feedback
This commit is contained in:
parent
98c03869a7
commit
548c392236
@ -116,6 +116,9 @@ module.exports = React.createClass({
|
||||
callState: null,
|
||||
guestsCanJoin: false,
|
||||
canPeek: false,
|
||||
|
||||
// If we failed to load information about the room,
|
||||
// store the error here.
|
||||
roomLoadError: null,
|
||||
|
||||
// this is true if we are fully scrolled-down, and are looking at
|
||||
|
||||
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user