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

✏️ [ FEAT REQ ] Notifications filter #61

Open
adamhotep opened this issue Feb 13, 2024 · 3 comments
Open

✏️ [ FEAT REQ ] Notifications filter #61

adamhotep opened this issue Feb 13, 2024 · 3 comments
Labels
enhancement New feature or request 🧠 need thinkies

Comments

@adamhotep
Copy link

I would like to be able to filter notifications by content or sender. (This is a superset of #60.)

Specifically, I'd like to be able to key on things like these:

(I'm okay manually defining toll-free numbers. A regex like ^18([0-9])\1[0-9]{7}$ would do it for the US. If it's not a regex, that'll end up being ten entries, so not the end of the world.)

@adamhotep adamhotep added the enhancement New feature or request label Feb 13, 2024
@summersab
Copy link

I would like to add my support for this. At the very least, a blanket option to allow a separate notification for contacts and non-contacts would be great. Allowing users to further segment groups like unknown, private, toll-free, etc would be handy.

Another related idea (just created: #160) is to be able to filter messages based on their contents. Perhaps there is some crossover for being able to set up separate notifications based on the message content? For example, if the message contains a OTP code, that gets a separate notification. If the message contains words that indicate that you want to ignore the message, that also gets a separate notification. Not sure if that's possible.

@octoshrimpy
Copy link
Owner

This would most likely end up using the same system under the hood as #161 and #160

Sounds like we'd need 3 notification types, and being able to assign rules about which received message goes to which "notification type inbox".

@gavine99
Copy link
Contributor

it's not exactly what you asked for, but pr #234 allows you to silence (no audio distraction) new message notifications where sender and recipients are not in your contacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🧠 need thinkies
Projects
Status: Backlog
Development

No branches or pull requests

4 participants