mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-08-17 23:14:01 +02:00
Remove web-push-(enabled|duration*), change endpoint, other cosmetic changes
This commit is contained in:
parent
4ce6fdcc5a
commit
d3ac976d05
17 changed files with 55 additions and 101 deletions
web/src/app
|
@ -113,7 +113,6 @@ class SubscriptionManager {
|
|||
|
||||
async refreshWebPushSubscriptions(presetTopics) {
|
||||
const topics = presetTopics ?? (await this.webPushTopics());
|
||||
|
||||
const browserSubscription = await notifier.getBrowserSubscription();
|
||||
|
||||
if (!browserSubscription) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue