mirror of https://github.com/vector-im/riot-web
if we're not peeking in a room, stop any ongoing peeking
parent
86807b631d
commit
24972a8267
|
@ -168,6 +168,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
}).done();
|
||||
} else {
|
||||
MatrixClientPeg.get().stopPeeking();
|
||||
this._onRoomLoaded(this.state.room);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue