iachat/spec/builders/messages
Jordan Brough 026e03c307
fix: Handle spaces in CC/BCC email lists (#6788)
When the CC field is generated in the UI, the email values are joined together
with ", " but when they are parsed, we currently split by just ",".

This causes an error on the backend and on the frontend.

It seems reasonable to update the code to allow whitespace in the input and to
split by `\s*,\s` and also to trim leading and trailing whitespace from the CC
list.

---------

Co-authored-by: Sojan <sojan@pepalo.com>
2023-04-18 19:18:23 +05:30
..
facebook fix: Warn Facebook error code 100-2018218 (#6632) 2023-03-09 13:51:10 +05:30
instagram fix: Automatically remove expired story mention (#5300) 2022-12-08 15:55:24 +03:00
message_builder_spec.rb fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30