You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Comment state fields
This commit is contained in:
@ -106,7 +106,9 @@ module.exports = React.createClass({
|
|||||||
version: null,
|
version: null,
|
||||||
newVersion: null,
|
newVersion: null,
|
||||||
|
|
||||||
|
// The username to default to when upgrading an account from a guest
|
||||||
upgradeUsername: null,
|
upgradeUsername: null,
|
||||||
|
// The access token we had for our guest account, used when upgrading to a normal account
|
||||||
guestAccessToken: null,
|
guestAccessToken: null,
|
||||||
};
|
};
|
||||||
return s;
|
return s;
|
||||||
|
Reference in New Issue
Block a user