You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
if we're not peeking in a room, stop any ongoing peeking
This commit is contained in:
@@ -168,6 +168,7 @@ module.exports = React.createClass({
|
||||
}
|
||||
}).done();
|
||||
} else {
|
||||
MatrixClientPeg.get().stopPeeking();
|
||||
this._onRoomLoaded(this.state.room);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user