-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Default notification service. #56
Comments
Added and will be included in the next release. A new setting is added where you can select the notification service that is selected by default every time you add a reminder, static reminder or template. The setting is client specific: it applies to the client so the setting is different from client to client. This was done on purpose with the following reasoning: Often, when people set reminders on a device, they want to receive the reminder on the same device they set it on. So if you set a reminder on your phone, you most likely also want to receive it on your phone. On your phone, you can set the default notification service to the one for your phone, while on your computer you set it to the one for your computer. |
That's awesome. Can't wait :) |
* First version of URL builder (#3) * Updated API docs * Added option for default notification service (#56) * Added support for args in URL Builder (#3) * Added regex checks in URL builder (#3) * Added test button when adding notification service * Updated API docs * Added recurring reminders on week days (#55) * Updated API docs
* First version of URL builder (#3) * Updated API docs * Added option for default notification service (#56) * Added support for args in URL Builder (#3) * Added regex checks in URL builder (#3) * Added test button when adding notification service * Updated API docs * Added recurring reminders on week days (#55) * Updated API docs
Is your feature request related to a problem? Please describe.
I have Discord and Ntfy as notification services. When creating a new reminder, Discord is selected by default
Describe the solution you'd like
An option in the settings to set a default notification service.
Additional context
That'd be great :)
The text was updated successfully, but these errors were encountered: