1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-13 23:41:50 +03:00

Null check room because those events will be emitted before the room is stored.

This commit is contained in:
David Baker
2016-02-02 16:34:41 +00:00
parent 1cabe2ec37
commit b0f0d5f6d0

View File

@ -385,6 +385,7 @@ module.exports = React.createClass({
this._updateTabCompleteList(this.state.room);
var room = MatrixClientPeg.get().getRoom(this.props.roomId);
if (!room) return;
var me = MatrixClientPeg.get().credentials.userId;
if (this.state.joining && room.hasMembershipState(me, "join")) {
this.setState({