mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
perf(sw): skipWaitingしない
This commit is contained in:
parent
2f41f12aea
commit
8d4c5deb8d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import * as swos from '@/scripts/operations';
|
|||
import { acct as getAcct } from '@/filters/user';
|
||||
|
||||
globalThis.addEventListener('install', ev => {
|
||||
ev.waitUntil(self.skipWaiting());
|
||||
//ev.waitUntil(self.skipWaiting());
|
||||
});
|
||||
|
||||
globalThis.addEventListener('activate', ev => {
|
||||
|
|
Loading…
Reference in a new issue