Update notification counter of all clients on push
This commit is contained in:
@ -17,9 +17,6 @@ export async function testNotification(arn: AnimeNotifier) {
|
||||
await fetch("/api/test/notification", {
|
||||
credentials: "same-origin"
|
||||
})
|
||||
|
||||
// Update notification counter
|
||||
arn.notificationManager.update()
|
||||
}
|
||||
|
||||
// Mark notifications as seen
|
||||
|
Reference in New Issue
Block a user