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

Support logging in with email addresses (or other threepids) #234

Merged
merged 3 commits into from Aug 20, 2015

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Aug 20, 2015

No description provided.


if not user_id.startswith('@'):
user_id = UserID.create(
user_id, self.hs.hostname).to_string()
Copy link
Member

Choose a reason for hiding this comment

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

Personally I prefer to put the closing brace on a new line, especially when appending further function calls

Copy link
Member Author

Choose a reason for hiding this comment

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

Me too, but this is how it was before.

@erikjohnston
Copy link
Member

LGTM

dbkr added a commit that referenced this pull request Aug 20, 2015
Support logging in with email addresses (or other threepids)
@dbkr dbkr merged commit be27d81 into develop Aug 20, 2015
@erikjohnston erikjohnston deleted the email_login branch September 10, 2015 09:42
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.

None yet

2 participants