mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +00:00
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.
3.1 KiB
3.1 KiB