Don't show the invite nag bar when peeking
This commit is contained in:
parent
0912b8dcc2
commit
2d62fda862
2 changed files with 6 additions and 1 deletions
|
@ -1595,6 +1595,7 @@ module.exports = React.createClass({
|
|||
atEndOfLiveTimeline={this.state.atEndOfLiveTimeline}
|
||||
sentMessageAndIsAlone={this.state.isAlone}
|
||||
hasActiveCall={inCall}
|
||||
isPeeking={myMembership !== "join"}
|
||||
onInviteClick={this.onInviteButtonClick}
|
||||
onStopWarningClick={this.onStopAloneWarningClick}
|
||||
onScrollToBottomClick={this.jumpToLiveTimeline}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue