From f2d7e9f3227833e87ecc7328ca2cc774e52c4c00 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 16 May 2024 20:09:05 +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 4fad7a6a2ee87..5841d9ec24111 100644 --- a/apps/dav/lib/AppInfo/Application.php +++ b/apps/dav/lib/AppInfo/Application.php @@ -81,7 +81,6 @@ use OCA\DAV\Listener\CalendarShareUpdateListener; use OCA\DAV\Listener\CardListener; use OCA\DAV\Listener\ClearPhotoCacheListener; -use OCA\DAV\Listener\DeleteOutdatedSchedulingObjectsJobListener; use OCA\DAV\Listener\OutOfOfficeListener; use OCA\DAV\Listener\SubscriptionListener; use OCA\DAV\Listener\TrustedServerRemovedListener; @@ -110,7 +109,6 @@ use OCP\User\Events\OutOfOfficeChangedEvent; use OCP\User\Events\OutOfOfficeClearedEvent; use OCP\User\Events\OutOfOfficeScheduledEvent; -use OCP\User\Events\UserFirstTimeLoggedInEvent; use Psr\Container\ContainerInterface; use Psr\Log\LoggerInterface; use Symfony\Component\EventDispatcher\GenericEvent;