From 5244e94499670bd3eed2953029d1fafcc0458a38 Mon Sep 17 00:00:00 2001 From: dantefromhell <90508808+dantefromhell@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:25:09 +0000 Subject: [PATCH 1/2] Send event update notifcation to invitees --- models/participation/CalendarEntryParticipation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/participation/CalendarEntryParticipation.php b/models/participation/CalendarEntryParticipation.php index 3c8a30d9..31ce9f88 100644 --- a/models/participation/CalendarEntryParticipation.php +++ b/models/participation/CalendarEntryParticipation.php @@ -162,6 +162,7 @@ public function getParticipantEntries() public function sendUpdateNotification($notificationClass = EventUpdated::class) { $participants = $this->findParticipants([ + CalendarEntryParticipant::PARTICIPATION_STATE_INVITED, CalendarEntryParticipant::PARTICIPATION_STATE_MAYBE, CalendarEntryParticipant::PARTICIPATION_STATE_ACCEPTED])->all(); From 17834ded4133a64365ac288cafcee6ada9715a6e Mon Sep 17 00:00:00 2001 From: dantefromhell <90508808+dantefromhell@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:36:45 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 878c272c..225b9bcf 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog Unreleased ------------------------ Fix #437: Hide the profile calendar if the module is not available for users +Fix #441: Send event update notifcation to invitees 1.5.7 (January 12, 2024) ------------------------