Skip to content

Commit 49d8762

Browse files
fix: (CalDav) Delete invitation when deleting Calendars or Events
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
1 parent c0dc164 commit 49d8762

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dav/lib/CalDAV/CalDavBackend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3556,7 +3556,7 @@ private function rowToSubscription($row, array $subscription): array {
35563556
* @since 31.0.0
35573557
*
35583558
* @param int $calendarId
3559-
*
3559+
*
35603560
* @return void
35613561
*/
35623562
protected function purgeCalendarInvitations(int $calendarId): void {
@@ -3583,7 +3583,7 @@ protected function purgeCalendarInvitations(int $calendarId): void {
35833583
* @since 31.0.0
35843584
*
35853585
* @param string $eventId UID of the event
3586-
*
3586+
*
35873587
* @return void
35883588
*/
35893589
protected function purgeObjectInvitations(string $eventId): void {

0 commit comments

Comments
 (0)