mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-03 03:21:49 +02:00
Remove redundant isUserJoined
This commit is contained in:
parent
b90ceaa111
commit
d55d61e456
@ -258,7 +258,7 @@ module.exports = React.createClass({
|
|||||||
}
|
}
|
||||||
}).done();
|
}).done();
|
||||||
}
|
}
|
||||||
} else if (isUserJoined) {
|
} else {
|
||||||
MatrixClientPeg.get().stopPeeking();
|
MatrixClientPeg.get().stopPeeking();
|
||||||
this.setState({
|
this.setState({
|
||||||
unsentMessageError: this._getUnsentMessageError(room),
|
unsentMessageError: this._getUnsentMessageError(room),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user