Notifications refactor (#5151

* Ongoing

* refactor

* test

* Add cleanup task

* refactor
This commit is contained in:
Tom Moor
2023-04-08 09:22:49 -04:00
committed by GitHub
parent c97110e72b
commit 9c9ceef8ee
28 changed files with 1122 additions and 901 deletions

View File

@@ -102,6 +102,7 @@ export default class DeliverWebhookTask extends BaseTask<Props> {
case "subscriptions.create":
case "subscriptions.delete":
case "authenticationProviders.update":
case "notifications.create":
// Ignored
return;
case "users.create":