mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Remove unused in_realm var in people.add()
(imported from commit af827e29b03492c671c1f05df9bb3280fde0ad4e)
This commit is contained in:
@@ -52,7 +52,7 @@ exports.get_rest_of_realm = function get_rest_of_realm() {
|
||||
return people_minus_you.sort(people_cmp);
|
||||
};
|
||||
|
||||
exports.add = function add(person, in_realm) {
|
||||
exports.add = function add(person) {
|
||||
page_params.people_list.push(person);
|
||||
people_dict.set(person.email, person);
|
||||
people_by_name_dict.set(person.full_name, person);
|
||||
|
||||
Reference in New Issue
Block a user