Register deletion cron

This commit is contained in:
kolaente 2021-08-07 15:33:30 +02:00
parent b62ec27fd3
commit 5765502fbb
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ func FullInit() {
models.RegisterReminderCron()
models.RegisterOverdueReminderCron()
user.RegisterTokenCleanupCron()
user.RegisterDeletionCron()
// Start processing events
go func() {