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:
2026-07-02 14:34:02 -04:00
parent 6b7dc2addd
commit a593f04d7f
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -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)