Skip to content
Snippets Groups Projects
Commit 24972a82 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

if we're not peeking in a room, stop any ongoing peeking

parent 86807b63
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ module.exports = React.createClass({
}
}).done();
} else {
MatrixClientPeg.get().stopPeeking();
this._onRoomLoaded(this.state.room);
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment