Conversation
**Why**: We don't want to send our sender_id to countries where it is not registered, this changes the behavior in India
aduth
left a comment
There was a problem hiding this comment.
We're planning to move this back inside the IDP, so maybe it would't be that bad to depend on Phonelib? Open to feedback here,
Seems like a compelling argument to use it, but don't feel too strongly one way or the other 🤷
My other thought, was we can save a few |
I chose to add
country_codeas a param instead of adding a dependency on Phonelib to parse the numbers inside the gem, which added a lot of noise to the diff.We're planning to move this back inside the IDP, so maybe it would't be that bad to depend on Phonelib? Open to feedback here,