From 713cb56f52d27d863401f91eb6de636e91c37dc2 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 16 May 2024 19:04:18 +0200 Subject: [PATCH] fixup! fix(caldav): automatically delete outdated scheduling objects --- apps/dav/lib/AppInfo/Application.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/dav/lib/AppInfo/Application.php b/apps/dav/lib/AppInfo/Application.php index 1fd8715360ff0..4fad7a6a2ee87 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -207,8 +207,6 @@ public function register(IRegistrationContext $context): void { $context->registerEventListener(OutOfOfficeClearedEvent::class, OutOfOfficeListener::class); $context->registerEventListener(OutOfOfficeScheduledEvent::class, OutOfOfficeListener::class); - $context->registerEventListener(UserFirstTimeLoggedInEvent::class, DeleteOutdatedSchedulingObjectsJobListener::class); - $context->registerNotifierService(Notifier::class); $context->registerCalendarProvider(CalendarProvider::class);