Files
zulip/static/js
Shubham Padia 0ffcb7fccf search: Remove blueslip warnings for invalid emails in 'pm-with' filter.
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.
2018-05-30 07:49:59 -04:00
..
2018-05-24 08:31:55 -07:00
2018-05-16 09:30:49 -07:00
2018-05-16 15:13:33 -07:00
2018-05-24 09:30:22 -07:00
2018-05-15 14:25:21 -07:00
2018-05-06 12:38:44 -07:00
2018-05-16 15:13:33 -07:00