Page MenuHomePhabricator

D18835.id45190.diff
No OneTemporary

D18835.id45190.diff

diff --git a/src/applications/calendar/notifications/PhabricatorCalendarNotificationEngine.php b/src/applications/calendar/notifications/PhabricatorCalendarNotificationEngine.php
--- a/src/applications/calendar/notifications/PhabricatorCalendarNotificationEngine.php
+++ b/src/applications/calendar/notifications/PhabricatorCalendarNotificationEngine.php
@@ -100,10 +100,11 @@
}
$notifiable_phids[] = $invitee->getInviteePHID();
}
- if (!$notifiable_phids) {
+ if ($notifiable_phids) {
+ $attendee_map[$key] = array_fuse($notifiable_phids);
+ } else {
unset($events[$key]);
}
- $attendee_map[$key] = array_fuse($notifiable_phids);
}
if (!$attendee_map) {
// None of the events have any notifiable attendees, so there is no

File Metadata

Mime Type
text/plain
Expires
Mar 6 2025, 9:52 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7309255
Default Alt Text
D18835.id45190.diff (809 B)

Event Timeline