Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-10-01 16:29:26 +0300
committerJoas Schilling <coding@schilljs.com>2021-10-11 17:03:32 +0300
commitaacc46849801d68d463c9d49e9095d6fd66dc93b (patch)
tree105e6b629aa6b84cf7dd73ffad38ce585ec56ef3 /appinfo
parentd85be9f6b239b93259d6ed268e9b57e1bc438457 (diff)
Add a background job to create entries for new users and existing users on updates
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2ef6334..c57cac7 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -36,6 +36,7 @@
</dependencies>
<background-jobs>
+ <job>OCA\Notifications\BackgroundJob\GenerateUserSettings</job>
<job>OCA\Notifications\BackgroundJob\SendNotificationMails</job>
</background-jobs>