Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove whitespaces from number #6

Open
d-vogel opened this issue Jan 28, 2016 · 0 comments
Open

Remove whitespaces from number #6

d-vogel opened this issue Jan 28, 2016 · 0 comments

Comments

@d-vogel
Copy link

d-vogel commented Jan 28, 2016

Hey,
I was experiencing issues to send sms to contacts from the Jolla address book (actually, myself during tests) however, sending an sms to myself from the Jolla was making a new friend pop up in squilla, only labelled with my phone number.
The issues is actually due to the fact that my phone numbers are saved with a white space every third number (getting something like +XX X XX XX XX XX which I think is easier to read) but this was apparently making the dbus call used to send the sms fail.
To fix this, I changed friends.py#233
to `new_friend = Friend(fullname, number.replace(" ",""), auth_user)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant