diff --git a/LOTUS_BUGS.md b/LOTUS_BUGS.md index 1549c2e1f..aafedda17 100644 --- a/LOTUS_BUGS.md +++ b/LOTUS_BUGS.md @@ -90,7 +90,7 @@ Items from testing, with their fork-level fix path: - **N107 — SW has no `push` handler** — Web Push delivery is entirely non-functional. Needs a `push` listener + a Matrix push-gateway integration. - **No app-asset caching strategy** (`src/sw.ts`) — no offline capability. -- **`manifest: false`** in `vite.config.js` — may block correct PWA install if not handled externally. +- ~~**`manifest: false`** may block PWA install~~ — **verified OK (2026-06):** `index.html` links `/manifest.json`, which exists in `public/` and is copied to `dist/`; VitePWA intentionally doesn't generate one. Not a bug. ### Dependencies & Build