You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Re-enable upgrade registration.
Revert https://github.com/vector-im/vector-web/issues/818 now that https://github.com/vector-im/vector-web/issues/759 is fixed.
This commit is contained in:
@@ -149,8 +149,7 @@ module.exports = React.createClass({
|
||||
|
||||
onUpgradeClicked: function() {
|
||||
dis.dispatch({
|
||||
//action: "start_upgrade_registration"
|
||||
action: "start_registration" // temporary (https://github.com/vector-im/vector-web/issues/818)
|
||||
action: "start_upgrade_registration"
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user