if we're not peeking in a room, stop any ongoing peeking
This commit is contained in:
parent
86807b631d
commit
24972a8267
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
}).done();
|
}).done();
|
||||||
} else {
|
} else {
|
||||||
|
MatrixClientPeg.get().stopPeeking();
|
||||||
this._onRoomLoaded(this.state.room);
|
this._onRoomLoaded(this.state.room);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue