Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
f76d9a7a97
1 changed files with 4 additions and 4 deletions
|
@ -299,12 +299,12 @@ module.exports = React.createClass({
|
|||
throw err;
|
||||
}
|
||||
});
|
||||
}
|
||||
} else if (room) {
|
||||
// Stop peeking because we have joined this room previously
|
||||
MatrixClientPeg.get().stopPeeking();
|
||||
this.setState({isPeeking: false});
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
_shouldShowApps: function(room) {
|
||||
|
|
Loading…
Reference in a new issue