-
Notifications
You must be signed in to change notification settings - Fork 324
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
Add support for disallowing certain phone number prefixes #593
Conversation
6dbb755
to
f9b7b09
Compare
Co-Authored-By: jschaul <[email protected]>
15bf5e4
to
19fd45a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i've looked at the style and it still looks fine. i've added a few remarks, most of them probably unnecessary.
Now that I review this, I noticed that we send out SMS/calls in other places, namely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the comment to add a comment,
This PR is part of a cat and mouse game.
Happy to take comments about perhaps more consistent naming (
exclude
,block
,disallow
,blacklist
, ... ?).