mirror of https://github.com/zulip/zulip.git
0ffcb7fccf
Fixes #3380. The blueslip warning mentioned in #3380 were from paths ending at people.email_list_to_user_ids_string. Some additional blueslip warnings were raised after using that function. Although we can put a validation check somewhere in the call stack of people.email_list_to_user_ids_string, this function itself is used to validate the operand by the higher order functions, so it wouldn't make sense to put a validation check before that. Instead, removing the blueslip warning altogether was chosen. people.email_list_to_user_ids_string was replaced by people.reply_to_to_user_ids_string which is a blueslip-free version of the same. Other blueslip warnings were removed. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |