1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-19 16:23:08 +09:00
This commit is contained in:
ltlapy 2023-02-13 01:02:04 +09:00
commit 50ef33845c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "13.6.1+klapy",
"version": "13.6.1+8d4c5de+klapy",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -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 => {