Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15302795
D18835.id45190.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
809 B
Referenced Files
None
Subscribers
None
D18835.id45190.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D18835: Don't notify without notifiable attendees
Attached
Detach File
Event Timeline
Log In to Comment