Skip to content

Commit

Permalink
message reaction list: Hide emails from user list.
Browse files Browse the repository at this point in the history
Remove user emails from the user list in the message reactions
screen because in this context, the emails mostly feel like clutter.

As a side effect of this change, we no longer have to worry about
the server 'email_address_visibility' setting for this screen.

Fixes: zulip#4188
  • Loading branch information
agrawal-d authored and chrisbobbe committed Jul 15, 2020
1 parent e55739e commit 52aa82f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reactions/ReactionUserList.js
Expand Up @@ -42,7 +42,6 @@ class ReactionUserList extends PureComponent<Props> {
fullName={user.full_name}
avatarUrl={user.avatar_url}
email={user.email}
showEmail
onPress={() => {
this.handlePress(user.user_id);
}}
Expand Down

0 comments on commit 52aa82f

Please sign in to comment.