diff options
Diffstat (limited to 'src/client/app/mios.ts')
| -rw-r--r-- | src/client/app/mios.ts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/app/mios.ts b/src/client/app/mios.ts index 191b72e5bf..3ebee35804 100644 --- a/src/client/app/mios.ts +++ b/src/client/app/mios.ts @@ -173,9 +173,10 @@ export default class MiOS extends EventEmitter { // Init service worker if (this.shouldRegisterSw) { - this.getMeta().then(data => { - this.registerSw(data.swPublickey); - }); + // #4813 + //this.getMeta().then(data => { + // this.registerSw(data.swPublickey); + //}); } }; |