Merge branch 'develop' into sw-notification-action
This commit is contained in:
commit
f2b5118bda
783 changed files with 5464 additions and 3649 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue