Skip to content

Commit

Permalink
fixup! fix(caldav): automatically delete outdated scheduling objects
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed May 16, 2024
1 parent 7fd6d76 commit 713cb56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dav/lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 713cb56

Please sign in to comment.