mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
Remove duplicate copy of get_full_name().
This commit is contained in:
@@ -174,10 +174,6 @@ exports.reply_to_to_user_ids_string = function (emails_string) {
|
||||
return user_ids.join(',');
|
||||
};
|
||||
|
||||
exports.get_full_name = function (user_id) {
|
||||
return people_by_user_id_dict.get(user_id).full_name;
|
||||
};
|
||||
|
||||
exports.emails_strings_to_user_ids_string = function (emails_string) {
|
||||
var emails = emails_string.split(',');
|
||||
return exports.email_list_to_user_ids_string(emails);
|
||||
|
||||
Reference in New Issue
Block a user