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

Warn on disconnecting from IS #3314

Merged
merged 5 commits into from Aug 16, 2019
Merged

Warn on disconnecting from IS #3314

merged 5 commits into from Aug 16, 2019

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Aug 15, 2019

...if the user has bound threepids

Fixes element-hq/element-web#10550

...if the user has bound threepids

Fixes element-hq/element-web#10550
@dbkr dbkr requested a review from a team August 15, 2019 11:05
@jryans jryans requested review from jryans and removed request for a team August 15, 2019 14:07
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

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

Thanks, looks good to me modulo some nits. 😁

@@ -0,0 +1,52 @@
/*
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe BoundThreepids.js with capital B would be more consistent?

Copy link
Member Author

Choose a reason for hiding this comment

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

so nominally the ones with capitals are classes and the small-letter ones are collections of functions. This may not be the best naming convention / way of organising though.

Copy link
Collaborator

@jryans jryans Aug 15, 2019

Choose a reason for hiding this comment

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

Hmm, I see. Should it be bound-threepids.js or boundThreepids.js then? Seems unclear. Anyway, I guess doesn't need to be solved here.

src/components/views/settings/SetIdServer.js Outdated Show resolved Hide resolved
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
@dbkr dbkr merged commit cde1944 into develop Aug 16, 2019
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.

warn when disconnecting ID server if there are any current bindings
2 participants