Chatty normalizes phone numbers
When asked to send a message to number like 5555
, Chatty normalizes the number (via chatty_utils_format_phonenumber
), leading to something like +15555
.
Chatty shouldn't ever normalize a phone number for any other purpose than comparing two numbers together.
Related: gnome-contacts!38