Replies: 2 comments 9 replies
-
Already supported with the |
Beta Was this translation helpful? Give feedback.
2 replies
-
I have started testing |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @excid3!
I want to use the v2 version in my project but I have found a limitation: you cannot disable the insertion of the "web notification" (old delivery_by :database) into the database.
I'll give you an example. When I perform a certain action I want to notify the user by slack, email and mobile but I don't want the notification to appear in the list of web notifications.
I understand that to make these notifications the record is inserted into the noticed_events table, but why is it mandatory that it also be inserted into the noticed_notifications table? Shouldn't it be optional and user configurable?
In the current form, it is always required to remain as a web notification.
Regards!
Beta Was this translation helpful? Give feedback.
All reactions