Push channel Preferences not being respected
what could be the reason for a workflow with following preference to still send a PUSH notification?
5 Replies
@frnandu
Could you please share the API used to set this preference?
https://docs.novu.co/api-reference/subscribers/update-subscriber-preference
I use the template id that I find first from https://docs.novu.co/api-reference/subscribers/get-subscriber-preferences,
channel.type=push
, channel.enabled=false
Hi @frnandu , we identified an edge case where using the Subscriber Preference API with new Workflows resulted in the preference resolution not respecting Subscriber Preferences. The fix was deployed yesterday.
Please try again and let us know if you see any further issues 🙏
So the fix is already in v2.0.1 release ?
I'm using self-hosted docker image
Hi @frnandu , this fix is now available in the v2.1.0 Release - https://github.com/novuhq/novu/releases/tag/v2.1.0
GitHub
Release v2.1.0 · novuhq/novu
What's Changed
perf(framework): Replace all computed property keys with static declarations by @rifont in #6926
chore(web): shorten the digest default duration by @djabarovgeorge in #6918
feat...