From 49d8762fb65c8027d2e264937ec399dc0e5951ad Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Tue, 19 Nov 2024 16:03:06 -0500 Subject: [PATCH] fix: (CalDav) Delete invitation when deleting Calendars or Events Signed-off-by: SebastianKrupinski --- apps/dav/lib/CalDAV/CalDavBackend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index 15354be090930..2bf2fff4ed41a 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -3556,7 +3556,7 @@ private function rowToSubscription($row, array $subscription): array { * @since 31.0.0 * * @param int $calendarId - * + * * @return void */ protected function purgeCalendarInvitations(int $calendarId): void { @@ -3583,7 +3583,7 @@ protected function purgeCalendarInvitations(int $calendarId): void { * @since 31.0.0 * * @param string $eventId UID of the event - * + * * @return void */ protected function purgeObjectInvitations(string $eventId): void {