diff --git a/static/js/people.js b/static/js/people.js index c9722a5fb1..2b825bf35f 100644 --- a/static/js/people.js +++ b/static/js/people.js @@ -1030,9 +1030,9 @@ export function get_people_for_stream_create() { /* If you are thinking of reusing this function, a better option in most cases is to just - call `exports.get_realm_users()` and then - filter out the "me" user yourself as part of - any other filtering that you are doing. + call `get_realm_users()` and then filter out + the "me" user yourself as part of any other + filtering that you are doing. In particular, this function does a sort that is kinda expensive and may not apply