mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
js: Use ES6 object literal shorthand syntax.
Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -72,7 +72,7 @@ exports.build_display_recipient = function (message) {
|
||||
// the requirement that we have an actual user object in
|
||||
// `people.js` when sending messages.
|
||||
return {
|
||||
email: email,
|
||||
email,
|
||||
full_name: email,
|
||||
unknown_local_echo_user: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user