Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina 2021-03-09 19:57:02 +09:00
commit 6711202bce
326 changed files with 3539 additions and 526 deletions

View file

@ -3,6 +3,10 @@ import define from '../../define';
import { createNotification } from '../../../../services/create-notification';
export const meta = {
desc: {
'ja-JP': '通知を作成します。'
},
tags: ['notifications'],
requireCredential: true as const,