Skip to content

Commit

Permalink
fix: (CalDav) Delete invitation when deleting Calendars or Events
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
  • Loading branch information
SebastianKrupinski committed Nov 19, 2024
1 parent c0dc164 commit 49d8762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dav/lib/CalDAV/CalDavBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit 49d8762

Please sign in to comment.