"Push notifications have been updated" message pops up occasionally #121

Closed
opened 2022-09-07 16:50:59 +00:00 by norm · 1 comment
Owner

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.

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.
Owner

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.

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.
Sign in to join this conversation.
No Label
feature
fix
upkeep
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FoundKeyGang/FoundKey#121
No description provided.