I do not know how to explain this, nor are the dev tools picking the error up.
1 Like
Thanks it!! Thanks, @Vulpara!
I was a bit confused myself why I even got wakeup notifications from myself in the midst of developing. But I couldn’t see any culprit. But yes, it is indeed the activity state change. And it is for all browsers.
The notification feature listens for characters being added to the Awake list. A bug introduced in release v1.45.0 (in the fix for deleted characters in watch list) causes the character to be removed + added to the list on activity state change, thus triggering notification.
Now it should be easy to solve
Created GitHub issue #47
Glad I could help, Mister Boss Wolf.
1 Like