Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-03-23 21:25:39 +09:00
783 changed files with 5464 additions and 3649 deletions

View File

@@ -3,12 +3,12 @@
*/
declare var self: ServiceWorkerGlobalScope;
import { createNotification } from '@/sw/create-notification';
import { swLang } from '@/sw/lang';
import { swNotificationRead } from '@/sw/notification-read';
import { pushNotificationData } from '../../types';
import { createNotification } from '@client/sw/create-notification';
import { swLang } from '@client/sw/lang';
import { swNotificationRead } from '@client/sw/notification-read';
import { pushNotificationData } from '@/types';
import * as ope from './operations';
import renderAcct from '../../misc/acct/render';
import renderAcct from '@/misc/acct/render';
//#region Lifecycle: Install
self.addEventListener('install', ev => {