Skip to content

Commit c156973

Browse files
tiny fix
1 parent 9e3c508 commit c156973

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/pwa/service-worker.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ self.addEventListener('fetch', function (event) {
146146
!request.url !== `${origin}/olm.wasm` &&
147147
!request.url !== `${origin}/manifest.json` &&
148148
!request.url !== `${origin}/404.html` &&
149-
!request.url !== `${origin}/ipfs-404.html` &&
150-
!request.url !== `${origin}/index.html`)
149+
!request.url !== `${origin}/ipfs-404.html`)
151150
) {
152151
// Detect matrix file url
153152
const urlPath = request.url.split('/');

0 commit comments

Comments
 (0)