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