mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
settings_users: Fix comment in bot_info function.
This commit is contained in:
@@ -205,7 +205,7 @@ function bot_info(bot_user_id) {
|
||||
info.is_current_user = false;
|
||||
info.can_modify = page_params.is_admin;
|
||||
|
||||
// It's always safe to show the fake email addresses for bot users
|
||||
// It's always safe to show the real email addresses for bot users
|
||||
info.display_email = bot_user.email;
|
||||
|
||||
return info;
|
||||
|
Reference in New Issue
Block a user