1
0
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:
David Baker
2016-09-30 11:37:50 +01:00
parent 8cbddfcf28
commit 2f7366cb8a

View File

@ -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;