You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-22 18:41:57 +03:00
Oops, right variable
This commit is contained in:
@ -257,7 +257,7 @@ module.exports = React.createClass({
|
||||
guestAccessToken: null,
|
||||
};
|
||||
newState.update(state);
|
||||
this.setState(state);
|
||||
this.setState(newState);
|
||||
},
|
||||
|
||||
onAction: function(payload) {
|
||||
|
Reference in New Issue
Block a user