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