mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
Merge pull request #234 from matrix-org/matthew/stop-peeking
if we're not peeking in a room, stop any ongoing peeking
This commit is contained in:
commit
11be2e1cad
@ -168,6 +168,7 @@ module.exports = React.createClass({
|
||||
}
|
||||
}).done();
|
||||
} else {
|
||||
MatrixClientPeg.get().stopPeeking();
|
||||
this._onRoomLoaded(this.state.room);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user