"Push notifications have been updated" message pops up occasionally #121
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Kind of a repost of my issue on Github: https://github.com/misskey-dev/misskey/issues/8824
With push notifications allowed, every time I open Foundkey or even just switch tabs, the message "Push notifications has been updated" pops up in my notifications and quickly disappears.
It seems the service worker triggers this whenever a push is received. However, not all pushes may be notifications. Some can be other things like the server notifying that all messages have been read, which dismisses notifications.
So since this message seems more confusing than helpful I think it should be okay if the service worker does that entirely in the background without notifying about it.