Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for retrieving server capability before logging in #228

Merged
merged 3 commits into from
Feb 13, 2020

Conversation

ltgorm
Copy link
Contributor

@ltgorm ltgorm commented Feb 11, 2020

No description provided.

@ltgorm ltgorm requested a review from nifgraup February 11, 2020 13:35
src/client.js Outdated
Comment on lines 124 to 125
await this.openConnection()
this._changeState(STATE_NOT_AUTHENTICATED)
Copy link
Contributor

Choose a reason for hiding this comment

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

looks like
this._changeState(STATE_NOT_AUTHENTICATED)
should be inside
this.openConnection()
as that is now a public facing function

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, makes sense. I moved it

@nifgraup nifgraup merged commit 928376a into emailjs:master Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants