feat: auto-subscribe push on login, better push logging
- Auto-subscribe to push on login, register, and session restore - Guard against nil db in SendChannelNotification - Log push send count per channel message - Bump SW cache to v5
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Dumpster PWA Service Worker
|
||||
// Bump CACHE_VERSION on each deploy to force re-cache of hashed assets.
|
||||
const CACHE_VERSION = 'dumpster-v4';
|
||||
const CACHE_VERSION = 'dumpster-v5';
|
||||
const OFFLINE_URL = '/offline.html';
|
||||
|
||||
// Assets to pre-cache on install (shell files)
|
||||
|
||||
Reference in New Issue
Block a user