Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Invite the welcome user after registration if configured #882

Merged
merged 1 commit into from
May 15, 2017

Conversation

lukebarnard1
Copy link
Contributor

@lukebarnard1 lukebarnard1 commented May 12, 2017

This will shift focus to the welcome user DM.

We probably don't want to do this for teams, but I shall leave that for another PR that fixes teams WRT to new-guest-access.

For element-hq/element-web#3604

This will shift focus to the welcome user DM.

We probably don't want to do this for teams, but I shall leave that for another PR that fixes teams WRT to new-guest-access.
Copy link
Member

@dbkr dbkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise lgtm.

@@ -578,7 +578,7 @@ module.exports = React.createClass({
this.setState({loggingIn: true});
break;
case 'on_logged_in':
this._onLoggedIn(payload.teamToken, payload.isPasswordStored);
this._onLoggedIn(payload.teamToken);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentional? It doesn't look related.

Copy link
Contributor Author

@lukebarnard1 lukebarnard1 May 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentional, yes. Related not really - it'll make a bit more sense when #881 lands (because that will get rid of isPasswordStored)

@dbkr dbkr assigned lukebarnard1 and unassigned dbkr May 12, 2017
@lukebarnard1 lukebarnard1 merged commit 5584a5c into new-guest-access May 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants