Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Sep 4, 2024
1 parent 9e3c508 commit c156973
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/util/pwa/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ self.addEventListener('fetch', function (event) {
!request.url !== `${origin}/olm.wasm` &&
!request.url !== `${origin}/manifest.json` &&
!request.url !== `${origin}/404.html` &&
!request.url !== `${origin}/ipfs-404.html` &&
!request.url !== `${origin}/index.html`)
!request.url !== `${origin}/ipfs-404.html`)
) {
// Detect matrix file url
const urlPath = request.url.split('/');
Expand Down

0 comments on commit c156973

Please sign in to comment.