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

Don't show phone number as target for email notifs #3530

Merged
merged 2 commits into from
Mar 28, 2017

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Mar 28, 2017

Fixes #3518

Copy link
Contributor

@lukebarnard1 lukebarnard1 left a comment

Choose a reason for hiding this comment

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

LGTM otherwise

return true;
}
}).length == 0) {
const emailThreepids = this.props.threepids.filter((tp) => tp.medium == "email");
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: ===

}).length == 0) {
const emailThreepids = this.props.threepids.filter((tp) => tp.medium == "email");
let emailNotificationsRow;
if (emailThreepids.length == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

and again

@dbkr dbkr merged commit 2480831 into develop Mar 28, 2017
@t3chguy t3chguy deleted the dbkr/email_notifs_only_to_email_addresses branch May 12, 2022 08:56
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