This commit is contained in:
lesion
2019-07-05 23:58:47 +02:00
parent 121720b734
commit 4d2f75140c
5 changed files with 9 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ If you want to `)
// send confirmed event to mastodon
await db.notification.create({ type: 'mastodon', filters: { is_visible: true } })
await db.notification.create({ type: 'email', filters: { is_visible: true } })
// send every event to admin
await db.notification.create({ type: 'admin_email' })