You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
also return Joining when internally busy looking something up
This commit is contained in:
@@ -127,7 +127,7 @@ module.exports = React.createClass({
|
|||||||
return MessageCase.Joining;
|
return MessageCase.Joining;
|
||||||
} else if (this.props.rejecting) {
|
} else if (this.props.rejecting) {
|
||||||
return MessageCase.Rejecting;
|
return MessageCase.Rejecting;
|
||||||
} else if (this.props.loading) {
|
} else if (this.props.loading || this.state.busy) {
|
||||||
return MessageCase.Loading;
|
return MessageCase.Loading;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user