Those of you who regularly visit the NodeBB forums have problably noticed this
https://community.nodebb.org/topic/18279/native-push-notifications-support-for-nodebb
And as a result, this new commit
https://github.com/NodeBB/NodeBB/commit/aa060d31d130cd54d18cd8dc2f25ba7de58f4fea
@julian now has the native push notifications working, and as a result, Sudonix now has them also - see screenshot of how to enable this feature here
As you can see, you need to enable the notification before it will work. There is a test button located underneath the slider switch (although not present in this screenshot) and this will enable you to test to make sure it is working.
Quoting Julian
I’m particularly excited about this new development because it opens the door for richer integration between NodeBB and the push notifications themselves.
With (probably) every iteration prior, when you clicked on the notification, it likely opened a new window. With direct access to the Push API and service worker, we can now accurately detect whether the site is already open (in another tab), and open it there.
In the future, we’ll also be able to add in things like icons, pictures, and custom actions, right from the notification itself.
One particular nice-to-have is the ability to update notifications. Being able to merge notifications (like they already do in NodeBB) or potentially rescind notifications would be a nice step forward in usability as well.
This works very well in my testing - however, if you use NordVPN, it does not work at all unless you disable the VPN. I have an open ticket with them presently to see if there is in fact any workaround.
I have taken the decision to now disable nodebb-plugin-ntfy
as with the 4.0
train, this plugin is considered legacy.