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

Group blacklist #133

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open

Group blacklist #133

wants to merge 2 commits into from

Conversation

GioBonvi
Copy link
Owner

I've been contacted privately by a user suggesting that it would be nice to be able to blacklist contacts en masse using contacts groups.

I found the idea interesting as it could be implemented in parallel to the already existing blacklisting functionality to offer two different levels of control: one easier to manage and broader in scope, the other more advanced and more precise.

I thought about implementing a "default" balcklisted group by having the blacklistedGroups array pre-populated as shown in the code example, but I fear it could lead to some confusion and add more problems than benefits.

  blacklistedGroups: ['GCEN-blacklist'],

Leaving the users to add their own groups adds a little bit of work for them, but should be simpler to understand.

Let me know what you think.

@GioBonvi GioBonvi added feature request Requests/ideas for features not already implemented in the code. documentation Related to the documentation (both comments and external docs). labels Oct 14, 2018
Users can now specify a list of groups in the settings: contacts
inside those groups will be excluded from the notifications.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to the documentation (both comments and external docs). feature request Requests/ideas for features not already implemented in the code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant